#5fd9e7

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

Shades of Turquoise Blue #5FD9E7

Tints of Turquoise Blue #5FD9E7

Color information

#5FD9E7 (or 0x5FD9E7) is unknown color: approx Turquoise Blue. HEX triplet: 5F, D9 and E7. RGB value is (95,217,231). Sum of RGB (Red+Green+Blue) = 95+217+231=543 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.50% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 231 - color contains mainly: blue. Hex color #5FD9E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD9E7 is #A02618. Grayscale: #B5B5B5. Windows color (decimal): -10495513 or 15194463. OLE color: 15194463.

HSL color Cylindrical-coordinate representation of color #5FD9E7: hue angle of 186.18º 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 #5FD9E7 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB95217231-
CMYK0.590.0600.09
HSL186.18º73.91%63.92%-
HSV(B)186.18º58.87%90.59%-
XYZ43.9657.8384.45-
YUV182.12155.5865.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.50%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 231 (90.62% from 255) = 42.54%
R=17.50%
G=39.96%
B=42.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952172310.590.0600.09186.1873.9163.92
Hex5FD9E73B609ba4a40
Octal137331347736011272112100
Binary10111111101100111100111111011110010011011101010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fd9e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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