Shades of Medium Turquoise #5FD9CE
Tints of Medium Turquoise #5FD9CE
RGB
CMYK
RGB Variations
Color information
#5FD9CE (or 0x5FD9CE) is known color: 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
| RGB | 95 | 217 | 206 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.15 |
| HSL | 174.59º | 0.62% | 0.61% | - |
| HSV(B) | 174.59º | 0.56% | 0.85% | - |
| XYZ | 40.67 | 56.51 | 67.16 | - |
| YUV | 179.27 | 143.08 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 206 | 0.56 | 0 | 0.05 | 0.15 | 174.59 | 0.62 | 0.61 |
| Hex | 5F | D9 | CE | 38 | 0 | 5 | F | AF | 3E | 3D |
| Octal | 137 | 331 | 316 | 70 | 0 | 5 | 17 | 257 | 76 | 75 |
| Binary | 1011111 | 11011001 | 11001110 | 111000 | 0 | 101 | 1111 | 10101111 | 111110 | 111101 |
Color Harmonies of #5FD9CE
Complementary color
Monochromatic Colors of #5FD9CE
Black with #5FD9CE
Text Example
Text Example
White with #5FD9CE
Text Example
Text Example
HTML Codes & Css Web 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>