Shades of Medium Turquoise #5FDBCF
Tints of Medium Turquoise #5FDBCF
RGB
CMYK
RGB Variations
Color information
#5FDBCF (or 0x5FDBCF) is known color: Medium Turquoise. HEX triplet: 5F, DB and CF. RGB value is (95,219,207). Sum of RGB (Red+Green+Blue) = 95+219+207=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDBCF is #A02430. Grayscale: #B4B4B4. Windows color (decimal): -10495025 or 13622111. OLE color: 13622111.
HSL color Cylindrical-coordinate representation of color #5FDBCF: hue angle of 174.19º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDBCF is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 207 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.14 |
| HSL | 174.19º | 0.63% | 0.62% | - |
| HSV(B) | 174.19º | 0.57% | 0.86% | - |
| XYZ | 41.31 | 57.6 | 67.97 | - |
| YUV | 180.56 | 142.92 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 207 | 0.57 | 0 | 0.05 | 0.14 | 174.19 | 0.63 | 0.62 |
| Hex | 5F | DB | CF | 39 | 0 | 5 | E | AE | 3F | 3E |
| Octal | 137 | 333 | 317 | 71 | 0 | 5 | 16 | 256 | 77 | 76 |
| Binary | 1011111 | 11011011 | 11001111 | 111001 | 0 | 101 | 1110 | 10101110 | 111111 | 111110 |
Color Harmonies of #5FDBCF
Complementary color
Monochromatic Colors of #5FDBCF
Black with #5FDBCF
Text Example
Text Example
White with #5FDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDBCF; }
p { color: rgb(95,219,207); }
H1.HeaderClassName
{
color: #5FDBCF;
}
.AnyTagClassName
{
color: #5FDBCF;
}
</style>
background-color css
<style>
a { background-color: #5FDBCF; }
a { background-color: rgb(95,219,207); }
div.DivClassName
{
background-color: #5FDBCF;
}
.BgClassName
{
background-color: #5FDBCF;
}
</style>
border-color css
<style>
span { border-color: #5FDBCF; }
span { border-color: rgb(95,219,207); }
td.TdClassName
{
border-color: #5FDBCF;
}
.TagClassName
{
border-color: #5FDBCF;
}
</style>