Shades of Medium Turquoise #5FCCCE
Tints of Medium Turquoise #5FCCCE
RGB
CMYK
RGB Variations
Color information
#5FCCCE (or 0x5FCCCE) is known color: Medium Turquoise. HEX triplet: 5F, CC and CE. RGB value is (95,204,206). Sum of RGB (Red+Green+Blue) = 95+204+206=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #5FCCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCCE is #A03331. Grayscale: #ABABAB. Windows color (decimal): -10498866 or 13552735. OLE color: 13552735.
HSL color Cylindrical-coordinate representation of color #5FCCCE: hue angle of 181.08º degrees, saturation: 0.53, 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 #5FCCCE is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 204 | 206 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.19 |
| HSL | 181.08º | 0.53% | 0.59% | - |
| HSV(B) | 181.08º | 0.54% | 0.81% | - |
| XYZ | 37.45 | 50.07 | 66.08 | - |
| YUV | 171.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 206 | 0.54 | 0.01 | 0 | 0.19 | 181.08 | 0.53 | 0.59 |
| Hex | 5F | CC | CE | 36 | 1 | 0 | 13 | B5 | 35 | 3B |
| Octal | 137 | 314 | 316 | 66 | 1 | 0 | 23 | 265 | 65 | 73 |
| Binary | 1011111 | 11001100 | 11001110 | 110110 | 1 | 0 | 10011 | 10110101 | 110101 | 111011 |
Color Harmonies of #5FCCCE
Complementary color
Monochromatic Colors of #5FCCCE
Black with #5FCCCE
Text Example
Text Example
White with #5FCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCCE; }
p { color: rgb(95,204,206); }
H1.HeaderClassName
{
color: #5FCCCE;
}
.AnyTagClassName
{
color: #5FCCCE;
}
</style>
background-color css
<style>
a { background-color: #5FCCCE; }
a { background-color: rgb(95,204,206); }
div.DivClassName
{
background-color: #5FCCCE;
}
.BgClassName
{
background-color: #5FCCCE;
}
</style>
border-color css
<style>
span { border-color: #5FCCCE; }
span { border-color: rgb(95,204,206); }
td.TdClassName
{
border-color: #5FCCCE;
}
.TagClassName
{
border-color: #5FCCCE;
}
</style>