#5FD2CE

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

Shades of Medium Turquoise #5FD2CE

Tints of Medium Turquoise #5FD2CE

Color information

#5FD2CE (or 0x5FD2CE) is unknown color: approx Medium Turquoise. HEX triplet: 5F, D2 and CE. RGB value is (95,210,206). Sum of RGB (Red+Green+Blue) = 95+210+206=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD2CE is #A02D31. Grayscale: #AFAFAF. Windows color (decimal): -10497330 or 13554271. OLE color: 13554271.

HSL color Cylindrical-coordinate representation of color #5FD2CE: hue angle of 177.91º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD2CE is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB95210206-
CMYK0.5500.020.18
HSL177.91º56.1%59.8%-
HSV(B)177.91º54.76%82.35%-
XYZ38.9152.9866.57-
YUV175.16145.470.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.59%
GREEN value IS 210 (82.42% from 255) = 41.10%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=18.59%
G=41.10%
B=40.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal952102060.5500.020.18177.9156.159.8
Hex5FD2CE370212b2383c
Octal1373223166702222627074
Binary101111111010010110011101101110101001010110010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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