#5FD5E7

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

Shades of Turquoise Blue #5FD5E7

Tints of Turquoise Blue #5FD5E7

Color information

#5FD5E7 (or 0x5FD5E7) is unknown color: approx Turquoise Blue. HEX triplet: 5F, D5 and E7. RGB value is (95,213,231). Sum of RGB (Red+Green+Blue) = 95+213+231=539 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.63% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #5FD5E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD5E7 is #A02A18. Grayscale: #B3B3B3. Windows color (decimal): -10496537 or 15193439. OLE color: 15193439.

HSL color Cylindrical-coordinate representation of color #5FD5E7: hue angle of 187.94º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FD5E7 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB95213231-
CMYK0.590.0800.09
HSL187.94º73.91%63.92%-
HSV(B)187.94º58.87%90.59%-
XYZ42.9455.7984.11-
YUV179.77156.9167.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.63%
GREEN value IS 213 (83.59% from 255) = 39.52%
BLUE value IS 231 (90.62% from 255) = 42.86%
R=17.63%
G=39.52%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952132310.590.0800.09187.9473.9163.92
Hex5FD5E73B809bc4a40
Octal1373253477310011274112100
Binary101111111010101111001111110111000010011011110010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,213,231); }

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

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

 a { background-color: rgb(95,213,231); }

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

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

 span { border-color: rgb(95,213,231); }

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