Shades of Medium Turquoise #5FCCC8
Tints of Medium Turquoise #5FCCC8
RGB
CMYK
RGB Variations
Color information
#5FCCC8 (or 0x5FCCC8) is known color: Medium Turquoise. HEX triplet: 5F, CC and C8. RGB value is (95,204,200). Sum of RGB (Red+Green+Blue) = 95+204+200=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCC8 is #A03337. Grayscale: #AAAAAA. Windows color (decimal): -10498872 or 13159519. OLE color: 13159519.
HSL color Cylindrical-coordinate representation of color #5FCCC8: hue angle of 177.8º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCCC8 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 200 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.2 |
| HSL | 177.8º | 0.52% | 0.59% | - |
| HSV(B) | 177.8º | 0.53% | 0.8% | - |
| XYZ | 36.74 | 49.79 | 62.32 | - |
| YUV | 170.95 | 144.39 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 200 | 0.53 | 0 | 0.02 | 0.2 | 177.8 | 0.52 | 0.59 |
| Hex | 5F | CC | C8 | 35 | 0 | 2 | 14 | B2 | 34 | 3B |
| Octal | 137 | 314 | 310 | 65 | 0 | 2 | 24 | 262 | 64 | 73 |
| Binary | 1011111 | 11001100 | 11001000 | 110101 | 0 | 10 | 10100 | 10110010 | 110100 | 111011 |
Color Harmonies of #5FCCC8
Complementary color
Monochromatic Colors of #5FCCC8
Black with #5FCCC8
Text Example
Text Example
White with #5FCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCC8; }
p { color: rgb(95,204,200); }
H1.HeaderClassName
{
color: #5FCCC8;
}
.AnyTagClassName
{
color: #5FCCC8;
}
</style>
background-color css
<style>
a { background-color: #5FCCC8; }
a { background-color: rgb(95,204,200); }
div.DivClassName
{
background-color: #5FCCC8;
}
.BgClassName
{
background-color: #5FCCC8;
}
</style>
border-color css
<style>
span { border-color: #5FCCC8; }
span { border-color: rgb(95,204,200); }
td.TdClassName
{
border-color: #5FCCC8;
}
.TagClassName
{
border-color: #5FCCC8;
}
</style>