Shades of Turquoise #5CECCE
Tints of Turquoise #5CECCE
RGB
CMYK
RGB Variations
Color information
#5CECCE (or 0x5CECCE) is known color: Turquoise. HEX triplet: 5C, EC and CE. RGB value is (92,236,206). Sum of RGB (Red+Green+Blue) = 92+236+206=534 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.23% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CECCE is #A31331. Grayscale: #BDBDBD. Windows color (decimal): -10687282 or 13560924. OLE color: 13560924.
HSL color Cylindrical-coordinate representation of color #5CECCE: hue angle of 167.5º 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 #5CECCE is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 206 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.07 |
| HSL | 167.5º | 0.79% | 0.64% | - |
| HSV(B) | 167.5º | 0.61% | 0.93% | - |
| XYZ | 45.55 | 66.72 | 68.87 | - |
| YUV | 189.52 | 137.29 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 206 | 0.61 | 0 | 0.13 | 0.07 | 167.5 | 0.79 | 0.64 |
| Hex | 5C | EC | CE | 3D | 0 | D | 7 | A8 | 4F | 40 |
| Octal | 134 | 354 | 316 | 75 | 0 | 15 | 7 | 250 | 117 | 100 |
| Binary | 1011100 | 11101100 | 11001110 | 111101 | 0 | 1101 | 111 | 10101000 | 1001111 | 1000000 |
Color Harmonies of #5CECCE
Complementary color
Monochromatic Colors of #5CECCE
Black with #5CECCE
Text Example
Text Example
White with #5CECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECCE; }
p { color: rgb(92,236,206); }
H1.HeaderClassName
{
color: #5CECCE;
}
.AnyTagClassName
{
color: #5CECCE;
}
</style>
background-color css
<style>
a { background-color: #5CECCE; }
a { background-color: rgb(92,236,206); }
div.DivClassName
{
background-color: #5CECCE;
}
.BgClassName
{
background-color: #5CECCE;
}
</style>
border-color css
<style>
span { border-color: #5CECCE; }
span { border-color: rgb(92,236,206); }
td.TdClassName
{
border-color: #5CECCE;
}
.TagClassName
{
border-color: #5CECCE;
}
</style>