Shades of Medium Turquoise #5FD6CE
Tints of Medium Turquoise #5FD6CE
RGB
CMYK
RGB Variations
Color information
#5FD6CE (or 0x5FD6CE) is known color: Medium Turquoise. HEX triplet: 5F, D6 and CE. RGB value is (95,214,206). Sum of RGB (Red+Green+Blue) = 95+214+206=515 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.45% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD6CE is #A02931. Grayscale: #B1B1B1. Windows color (decimal): -10496306 or 13555295. OLE color: 13555295.
HSL color Cylindrical-coordinate representation of color #5FD6CE: hue angle of 175.97º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD6CE is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 206 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.16 |
| HSL | 175.97º | 0.59% | 0.61% | - |
| HSV(B) | 175.97º | 0.56% | 0.84% | - |
| XYZ | 39.91 | 54.98 | 66.9 | - |
| YUV | 177.51 | 144.08 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 206 | 0.56 | 0 | 0.04 | 0.16 | 175.97 | 0.59 | 0.61 |
| Hex | 5F | D6 | CE | 38 | 0 | 4 | 10 | B0 | 3B | 3D |
| Octal | 137 | 326 | 316 | 70 | 0 | 4 | 20 | 260 | 73 | 75 |
| Binary | 1011111 | 11010110 | 11001110 | 111000 | 0 | 100 | 10000 | 10110000 | 111011 | 111101 |
Color Harmonies of #5FD6CE
Complementary color
Monochromatic Colors of #5FD6CE
Black with #5FD6CE
Text Example
Text Example
White with #5FD6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD6CE; }
p { color: rgb(95,214,206); }
H1.HeaderClassName
{
color: #5FD6CE;
}
.AnyTagClassName
{
color: #5FD6CE;
}
</style>
background-color css
<style>
a { background-color: #5FD6CE; }
a { background-color: rgb(95,214,206); }
div.DivClassName
{
background-color: #5FD6CE;
}
.BgClassName
{
background-color: #5FD6CE;
}
</style>
border-color css
<style>
span { border-color: #5FD6CE; }
span { border-color: rgb(95,214,206); }
td.TdClassName
{
border-color: #5FD6CE;
}
.TagClassName
{
border-color: #5FD6CE;
}
</style>