#5FE8EA

Color #5FE8EA Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5FE8EA

Tints of Turquoise Blue #5FE8EA

Color information

#5FE8EA (or 0x5FE8EA) is unknown color: approx Turquoise Blue. HEX triplet: 5F, E8 and EA. RGB value is (95,232,234). Sum of RGB (Red+Green+Blue) = 95+232+234=561 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.93% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FE8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FE8EA is #A01715. Grayscale: #BFBFBF. Windows color (decimal): -10491670 or 15394911. OLE color: 15394911.

HSL color Cylindrical-coordinate representation of color #5FE8EA: hue angle of 180.86º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE8EA is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95232234-
CMYK0.590.0100.08
HSL180.86º76.8%64.51%-
HSV(B)180.86º59.4%91.76%-
XYZ48.4366.0988.05-
YUV191.26152.1159.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 16.93%
GREEN value IS 232 (91.02% from 255) = 41.35%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=16.93%
G=41.35%
B=41.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952322340.590.0100.08180.8676.864.51
Hex5FE8EA3B108b54d41
Octal137350352731010265115101
Binary101111111101000111010101110111010001011010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FE8EA; }

 p { color: rgb(95,232,234); }

 H1.HeaderClassName
 {
   color: #5FE8EA;
 }
 .AnyTagClassName
 {
   color: #5FE8EA;
 }
</style>
background-color css

<style>
 a { background-color: #5FE8EA; }

 a { background-color: rgb(95,232,234); }

 div.DivClassName
 {
   background-color: #5FE8EA;
 }
 .BgClassName
 {
   background-color: #5FE8EA;
 }
</style>
border-color css

<style>
 span { border-color: #5FE8EA; }

 span { border-color: rgb(95,232,234); }

 td.TdClassName
 {
   border-color: #5FE8EA;
 }
 .TagClassName
 {
   border-color: #5FE8EA;
 }
</style>