Shades of Medium Turquoise #5FD9CF
Tints of Medium Turquoise #5FD9CF
RGB
CMYK
RGB Variations
Color information
#5FD9CF (or 0x5FD9CF) is known color: Medium Turquoise. HEX triplet: 5F, D9 and CF. RGB value is (95,217,207). Sum of RGB (Red+Green+Blue) = 95+217+207=519 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.30% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD9CF is #A02630. Grayscale: #B3B3B3. Windows color (decimal): -10495537 or 13621599. OLE color: 13621599.
HSL color Cylindrical-coordinate representation of color #5FD9CF: hue angle of 175.08º 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 #5FD9CF is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 207 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.15 |
| HSL | 175.08º | 0.62% | 0.61% | - |
| HSV(B) | 175.08º | 0.56% | 0.85% | - |
| XYZ | 40.79 | 56.56 | 67.8 | - |
| YUV | 179.38 | 143.58 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 207 | 0.56 | 0 | 0.05 | 0.15 | 175.08 | 0.62 | 0.61 |
| Hex | 5F | D9 | CF | 38 | 0 | 5 | F | AF | 3E | 3D |
| Octal | 137 | 331 | 317 | 70 | 0 | 5 | 17 | 257 | 76 | 75 |
| Binary | 1011111 | 11011001 | 11001111 | 111000 | 0 | 101 | 1111 | 10101111 | 111110 | 111101 |
Color Harmonies of #5FD9CF
Complementary color
Monochromatic Colors of #5FD9CF
Black with #5FD9CF
Text Example
Text Example
White with #5FD9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD9CF; }
p { color: rgb(95,217,207); }
H1.HeaderClassName
{
color: #5FD9CF;
}
.AnyTagClassName
{
color: #5FD9CF;
}
</style>
background-color css
<style>
a { background-color: #5FD9CF; }
a { background-color: rgb(95,217,207); }
div.DivClassName
{
background-color: #5FD9CF;
}
.BgClassName
{
background-color: #5FD9CF;
}
</style>
border-color css
<style>
span { border-color: #5FD9CF; }
span { border-color: rgb(95,217,207); }
td.TdClassName
{
border-color: #5FD9CF;
}
.TagClassName
{
border-color: #5FD9CF;
}
</style>