Shades of Medium Turquoise #5FCCCC
Tints of Medium Turquoise #5FCCCC
RGB
CMYK
RGB Variations
Color information
#5FCCCC (or 0x5FCCCC) is known color: Medium Turquoise. HEX triplet: 5F, CC and CC. RGB value is (95,204,204). Sum of RGB (Red+Green+Blue) = 95+204+204=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #5FCCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCCC is #A03333. Grayscale: #ABABAB. Windows color (decimal): -10498868 or 13421663. OLE color: 13421663.
HSL color Cylindrical-coordinate representation of color #5FCCCC: hue angle of 180º 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 #5FCCCC is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 204 | - |
| CMYK | 0.53 | 0 | 0 | 0.2 |
| HSL | 180º | 0.52% | 0.59% | - |
| HSV(B) | 180º | 0.53% | 0.8% | - |
| XYZ | 37.21 | 49.98 | 64.81 | - |
| YUV | 171.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 204 | 0.53 | 0 | 0 | 0.2 | 180 | 0.52 | 0.59 |
| Hex | 5F | CC | CC | 35 | 0 | 0 | 14 | B4 | 34 | 3B |
| Octal | 137 | 314 | 314 | 65 | 0 | 0 | 24 | 264 | 64 | 73 |
| Binary | 1011111 | 11001100 | 11001100 | 110101 | 0 | 0 | 10100 | 10110100 | 110100 | 111011 |
Color Harmonies of #5FCCCC
Complementary color
Monochromatic Colors of #5FCCCC
Black with #5FCCCC
Text Example
Text Example
White with #5FCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCCC; }
p { color: rgb(95,204,204); }
H1.HeaderClassName
{
color: #5FCCCC;
}
.AnyTagClassName
{
color: #5FCCCC;
}
</style>
background-color css
<style>
a { background-color: #5FCCCC; }
a { background-color: rgb(95,204,204); }
div.DivClassName
{
background-color: #5FCCCC;
}
.BgClassName
{
background-color: #5FCCCC;
}
</style>
border-color css
<style>
span { border-color: #5FCCCC; }
span { border-color: rgb(95,204,204); }
td.TdClassName
{
border-color: #5FCCCC;
}
.TagClassName
{
border-color: #5FCCCC;
}
</style>