#5fd2df

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

Shades of Turquoise Blue #5FD2DF

Tints of Turquoise Blue #5FD2DF

Color information

#5FD2DF (or 0x5FD2DF) is unknown color: approx Turquoise Blue. HEX triplet: 5F, D2 and DF. RGB value is (95,210,223). Sum of RGB (Red+Green+Blue) = 95+210+223=528 (69% of max value = 765). Red value is 95 (37.5% from 255 or 17.99% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #5FD2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD2DF is #A02D20. Grayscale: #B0B0B0. Windows color (decimal): -10497313 or 14668383. OLE color: 14668383.

HSL color Cylindrical-coordinate representation of color #5FD2DF: hue angle of 186.09º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FD2DF is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95210223-
CMYK0.570.0600.13
HSL186.09º66.67%62.35%-
HSV(B)186.09º57.4%87.45%-
XYZ41.0953.8578.04-
YUV177.1153.969.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.99%
GREEN value IS 210 (82.42% from 255) = 39.77%
BLUE value IS 223 (87.5% from 255) = 42.23%
R=17.99%
G=39.77%
B=42.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952102230.570.0600.13186.0966.6762.35
Hex5FD2DF3960Dba433e
Octal13732233771601527210376
Binary1011111110100101101111111100111001101101110101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fd2df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,210,223); }

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

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

 a { background-color: rgb(95,210,223); }

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

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

 span { border-color: rgb(95,210,223); }

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