#5FE5D8

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

Shades of Turquoise Blue #5FE5D8

Tints of Turquoise Blue #5FE5D8

Color information

#5FE5D8 (or 0x5FE5D8) is unknown color: approx Turquoise Blue. HEX triplet: 5F, E5 and D8. RGB value is (95,229,216). Sum of RGB (Red+Green+Blue) = 95+229+216=540 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.59% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE5D8 is #A01A27. Grayscale: #BBBBBB. Windows color (decimal): -10492456 or 14214495. OLE color: 14214495.

HSL color Cylindrical-coordinate representation of color #5FE5D8: hue angle of 174.18º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE5D8 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB95229216-
CMYK0.5900.060.10
HSL174.18º72.04%63.53%-
HSV(B)174.18º58.52%89.8%-
XYZ45.1363.4374.83-
YUV187.45144.1162.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.59%
GREEN value IS 229 (89.84% from 255) = 42.41%
BLUE value IS 216 (84.77% from 255) = 40%
R=17.59%
G=42.41%
B=40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal952292160.5900.060.10174.1872.0463.53
Hex5FE5D83B06Aae4840
Octal137345330730612256110100
Binary10111111110010111011000111011011010101010111010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,229,216); }

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

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

 a { background-color: rgb(95,229,216); }

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

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

 span { border-color: rgb(95,229,216); }

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