Shades of Medium Turquoise #5FD8CF
Tints of Medium Turquoise #5FD8CF
RGB
CMYK
RGB Variations
Color information
#5FD8CF (or 0x5FD8CF) is known color: Medium Turquoise. HEX triplet: 5F, D8 and CF. RGB value is (95,216,207). Sum of RGB (Red+Green+Blue) = 95+216+207=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD8CF is #A02730. Grayscale: #B2B2B2. Windows color (decimal): -10495793 or 13621343. OLE color: 13621343.
HSL color Cylindrical-coordinate representation of color #5FD8CF: hue angle of 175.54º degrees, saturation: 0.61, 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 #5FD8CF is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 207 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.15 |
| HSL | 175.54º | 0.61% | 0.61% | - |
| HSV(B) | 175.54º | 0.56% | 0.85% | - |
| XYZ | 40.54 | 56.05 | 67.71 | - |
| YUV | 178.8 | 143.91 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 207 | 0.56 | 0 | 0.04 | 0.15 | 175.54 | 0.61 | 0.61 |
| Hex | 5F | D8 | CF | 38 | 0 | 4 | F | B0 | 3D | 3D |
| Octal | 137 | 330 | 317 | 70 | 0 | 4 | 17 | 260 | 75 | 75 |
| Binary | 1011111 | 11011000 | 11001111 | 111000 | 0 | 100 | 1111 | 10110000 | 111101 | 111101 |
Color Harmonies of #5FD8CF
Complementary color
Monochromatic Colors of #5FD8CF
Black with #5FD8CF
Text Example
Text Example
White with #5FD8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD8CF; }
p { color: rgb(95,216,207); }
H1.HeaderClassName
{
color: #5FD8CF;
}
.AnyTagClassName
{
color: #5FD8CF;
}
</style>
background-color css
<style>
a { background-color: #5FD8CF; }
a { background-color: rgb(95,216,207); }
div.DivClassName
{
background-color: #5FD8CF;
}
.BgClassName
{
background-color: #5FD8CF;
}
</style>
border-color css
<style>
span { border-color: #5FD8CF; }
span { border-color: rgb(95,216,207); }
td.TdClassName
{
border-color: #5FD8CF;
}
.TagClassName
{
border-color: #5FD8CF;
}
</style>