Shades of Medium Turquoise #5FCECF
Tints of Medium Turquoise #5FCECF
RGB
CMYK
RGB Variations
Color information
#5FCECF (or 0x5FCECF) is known color: Medium Turquoise. HEX triplet: 5F, CE and CF. RGB value is (95,206,207). Sum of RGB (Red+Green+Blue) = 95+206+207=508 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.70% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #5FCECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCECF is #A03130. Grayscale: #ACACAC. Windows color (decimal): -10498353 or 13618783. OLE color: 13618783.
HSL color Cylindrical-coordinate representation of color #5FCECF: hue angle of 180.54º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCECF is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 207 | - |
| CMYK | 0.54 | 0.00 | 0 | 0.19 |
| HSL | 180.54º | 0.54% | 0.59% | - |
| HSV(B) | 180.54º | 0.54% | 0.81% | - |
| XYZ | 38.05 | 51.08 | 66.89 | - |
| YUV | 172.93 | 147.23 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 207 | 0.54 | 0.00 | 0 | 0.19 | 180.54 | 0.54 | 0.59 |
| Hex | 5F | CE | CF | 36 | 0 | 0 | 13 | B5 | 36 | 3B |
| Octal | 137 | 316 | 317 | 66 | 0 | 0 | 23 | 265 | 66 | 73 |
| Binary | 1011111 | 11001110 | 11001111 | 110110 | 0 | 0 | 10011 | 10110101 | 110110 | 111011 |
Color Harmonies of #5FCECF
Complementary color
Monochromatic Colors of #5FCECF
Black with #5FCECF
Text Example
Text Example
White with #5FCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCECF; }
p { color: rgb(95,206,207); }
H1.HeaderClassName
{
color: #5FCECF;
}
.AnyTagClassName
{
color: #5FCECF;
}
</style>
background-color css
<style>
a { background-color: #5FCECF; }
a { background-color: rgb(95,206,207); }
div.DivClassName
{
background-color: #5FCECF;
}
.BgClassName
{
background-color: #5FCECF;
}
</style>
border-color css
<style>
span { border-color: #5FCECF; }
span { border-color: rgb(95,206,207); }
td.TdClassName
{
border-color: #5FCECF;
}
.TagClassName
{
border-color: #5FCECF;
}
</style>