Shades of Turquoise #5CECCC
Tints of Turquoise #5CECCC
RGB
CMYK
RGB Variations
Color information
#5CECCC (or 0x5CECCC) is known color: Turquoise. HEX triplet: 5C, EC and CC. RGB value is (92,236,204). Sum of RGB (Red+Green+Blue) = 92+236+204=532 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.29% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CECCC is #A31333. Grayscale: #BDBDBD. Windows color (decimal): -10687284 or 13429852. OLE color: 13429852.
HSL color Cylindrical-coordinate representation of color #5CECCC: hue angle of 166.67º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CECCC is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 204 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.07 |
| HSL | 166.67º | 0.79% | 0.64% | - |
| HSV(B) | 166.67º | 0.61% | 0.93% | - |
| XYZ | 45.31 | 66.63 | 67.6 | - |
| YUV | 189.3 | 136.29 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 204 | 0.61 | 0 | 0.14 | 0.07 | 166.67 | 0.79 | 0.64 |
| Hex | 5C | EC | CC | 3D | 0 | E | 7 | A7 | 4F | 40 |
| Octal | 134 | 354 | 314 | 75 | 0 | 16 | 7 | 247 | 117 | 100 |
| Binary | 1011100 | 11101100 | 11001100 | 111101 | 0 | 1110 | 111 | 10100111 | 1001111 | 1000000 |
Color Harmonies of #5CECCC
Complementary color
Monochromatic Colors of #5CECCC
Black with #5CECCC
Text Example
Text Example
White with #5CECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECCC; }
p { color: rgb(92,236,204); }
H1.HeaderClassName
{
color: #5CECCC;
}
.AnyTagClassName
{
color: #5CECCC;
}
</style>
background-color css
<style>
a { background-color: #5CECCC; }
a { background-color: rgb(92,236,204); }
div.DivClassName
{
background-color: #5CECCC;
}
.BgClassName
{
background-color: #5CECCC;
}
</style>
border-color css
<style>
span { border-color: #5CECCC; }
span { border-color: rgb(92,236,204); }
td.TdClassName
{
border-color: #5CECCC;
}
.TagClassName
{
border-color: #5CECCC;
}
</style>