COLOR #58FFE6

HEX: #58FFE6
RGB: (88,255,230)

Color info

#58FFE6 contains mainly green and blue colors. Web safe color of #58FFE6 is #66FFCC (or #6FC).

RGB color model

#58FFE6 color RGB value is (88,255,230).

  • red value is 88;
  • green value is 255;
  • blue value is 230.
RGB:
(88,255,230)
(35%,100%,90%)

RGB channels and saturation

R 88 of 255 = 35%
G 255 of 255 = 100%
B 230 of 255 = 90%

88
255
230

R + G + B ~ 75%. #58FFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 255 + 230 = 573 (100%)
R 88 of 573 ~ 15.36%
G 255 of 573 ~ 44.5%
B 230 of 573 ~ 40.14%

%15.36
%44.5
%40.14

CMYK color model

#58FFE6 color CMYK value is (65,0,10,0).

  • cyan value is 65.49%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(65,0,10,0)
C65M0Y10K0 
(65%,0%,10%,0%)
(0.65/0.00/0.10/0.00)	

CMYK percentages

%65.49
%0
%9.8
%0

Codes

Color #58FFE6 in popluar color models

58FFE6
RGB88255230
HSL171°100.00%67.25%
HSB/HSV171°65.49%100.00%
CMYK65.49%0.00%9.80%
0.00%

Color #58FFE6 in popluar number systems.

HEX58FFE6
Decimal88255230
Binary10110001111111111100110
Octal130377346

Shades and tints

Shades of #58FFE6

#58FFE6
(88,255,230)
#50E8D2
(80,232,210)
#48D1BE
(72,209,190)
#40BAAA
(64,186,170)
#38A396
(56,163,150)
#308C82
(48,140,130)
#28756E
(40,117,110)
#205E5A
(32,94,90)
#184746
(24,71,70)
#103032
(16,48,50)
#08191E
(8,25,30)
#000000
(0,0,0)

Tints of #58FFE6

#58FFE6
(88,255,230)
#67FFE8
(103,255,232)
#76FFEA
(118,255,234)
#85FFEC
(133,255,236)
#94FFEE
(148,255,238)
#A3FFF0
(163,255,240)
#B2FFF2
(178,255,242)
#C1FFF4
(193,255,244)
#D0FFF6
(208,255,246)
#DFFFF8
(223,255,248)
#EEFFFA
(238,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58FFE6 color. Also use rgb(88,255,230) instead hex code.

Text Font Color

.myTextColor { color: #58FFE6; }

<p style="color:#58FFE6">This sample text font color is #58FFE6.</p>

This text font color is #58FFE6.


Background Color

.myBgColor { background-color: #58FFE6; }

<div style="background-color:#58FFE6">Inner text</div>

This div background color is #58FFE6.


Border color

.myBorderColor { border: 1px solid #58FFE6; }

<div style="border:3px solid #58FFE6">Div</div>

This div border color is #58FFE6.


Opacity

.myOpacity80 { color: #58FFE6; opacity: 0.8; }

<p style="color:#58FFE6;opacity:0.8;">80%</p>

Text with #58FFE6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #58FFE6;}

<p style="text-shadow: 3px 3px 1px #58FFE6">Text here.</p>

This text has shadow with #58FFE6 color.

.textShadow {text-shadow: 3px 3px 1px #58FFE6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #58FFE6, 5px 5px 20px red">Text here.</p>

This text has shadow with #58FFE6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58FFE6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#58FFE6, Direction=45, Strength=4)">Text</p>

This text has shadow with #58FFE6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #58FFE6;
  -webkit-box-shadow:	1px 1px 3px 2px #58FFE6;
  box-shadow:		1px 1px 3px 2px #58FFE6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58FFE6;
-webkit-box-shadow: 1px 1px 3px 2px #58FFE6;
box-shadow:1px 1px 3px 2px #58FFE6;">
Div content here</div>
This div box has shadow with color #58FFE6.

Preview

Color preview on black background

This text has color #58FFE6 on black background.


Color preview on white background

This text has color #58FFE6 on white background.



Black color preview on #58FFE6 background

This text has black color on #58FFE6 background.


White color preview on #58FFE6 background

This text has white color on #58FFE6 background.