Shades of Medium Turquoise #5FCACC
Tints of Medium Turquoise #5FCACC
RGB
CMYK
RGB Variations
Color information
#5FCACC (or 0x5FCACC) is known color: Medium Turquoise. HEX triplet: 5F, CA and CC. RGB value is (95,202,204). Sum of RGB (Red+Green+Blue) = 95+202+204=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FCACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCACC is #A03533. Grayscale: #AAAAAA. Windows color (decimal): -10499380 or 13421151. OLE color: 13421151.
HSL color Cylindrical-coordinate representation of color #5FCACC: hue angle of 181.1º 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 #5FCACC is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 202 | 204 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.2 |
| HSL | 181.1º | 0.52% | 0.59% | - |
| HSV(B) | 181.1º | 0.53% | 0.8% | - |
| XYZ | 36.74 | 49.03 | 64.65 | - |
| YUV | 170.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 204 | 0.53 | 0.01 | 0 | 0.2 | 181.1 | 0.52 | 0.59 |
| Hex | 5F | CA | CC | 35 | 1 | 0 | 14 | B5 | 34 | 3B |
| Octal | 137 | 312 | 314 | 65 | 1 | 0 | 24 | 265 | 64 | 73 |
| Binary | 1011111 | 11001010 | 11001100 | 110101 | 1 | 0 | 10100 | 10110101 | 110100 | 111011 |
Color Harmonies of #5FCACC
Complementary color
Monochromatic Colors of #5FCACC
Black with #5FCACC
Text Example
Text Example
White with #5FCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCACC; }
p { color: rgb(95,202,204); }
H1.HeaderClassName
{
color: #5FCACC;
}
.AnyTagClassName
{
color: #5FCACC;
}
</style>
background-color css
<style>
a { background-color: #5FCACC; }
a { background-color: rgb(95,202,204); }
div.DivClassName
{
background-color: #5FCACC;
}
.BgClassName
{
background-color: #5FCACC;
}
</style>
border-color css
<style>
span { border-color: #5FCACC; }
span { border-color: rgb(95,202,204); }
td.TdClassName
{
border-color: #5FCACC;
}
.TagClassName
{
border-color: #5FCACC;
}
</style>