#5FD9CE

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

Shades of Medium Turquoise #5FD9CE

Tints of Medium Turquoise #5FD9CE

Color information

#5FD9CE (or 0x5FD9CE) is unknown color: approx Medium Turquoise. HEX triplet: 5F, D9 and CE. RGB value is (95,217,206). Sum of RGB (Red+Green+Blue) = 95+217+206=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD9CE is #A02631. Grayscale: #B3B3B3. Windows color (decimal): -10495538 or 13556063. OLE color: 13556063.

HSL color Cylindrical-coordinate representation of color #5FD9CE: hue angle of 174.59º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD9CE is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB95217206-
CMYK0.5600.050.15
HSL174.59º61.62%61.18%-
HSV(B)174.59º56.22%85.1%-
XYZ40.6756.5167.16-
YUV179.27143.0867.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.34%
GREEN value IS 217 (85.16% from 255) = 41.89%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=18.34%
G=41.89%
B=39.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal952172060.5600.050.15174.5961.6261.18
Hex5FD9CE3805Faf3e3d
Octal1373313167005172577675
Binary101111111011001110011101110000101111110101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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