Shades of Turquoise #5CECD2
Tints of Turquoise #5CECD2
RGB
CMYK
RGB Variations
Color information
#5CECD2 (or 0x5CECD2) is known color: Turquoise. HEX triplet: 5C, EC and D2. RGB value is (92,236,210). Sum of RGB (Red+Green+Blue) = 92+236+210=538 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.10% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CECD2 is #A3132D. Grayscale: #BDBDBD. Windows color (decimal): -10687278 or 13823068. OLE color: 13823068.
HSL color Cylindrical-coordinate representation of color #5CECD2: hue angle of 169.17º 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 #5CECD2 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 210 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.07 |
| HSL | 169.17º | 0.79% | 0.64% | - |
| HSV(B) | 169.17º | 0.61% | 0.93% | - |
| XYZ | 46.04 | 66.92 | 71.46 | - |
| YUV | 189.98 | 139.29 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 210 | 0.61 | 0 | 0.11 | 0.07 | 169.17 | 0.79 | 0.64 |
| Hex | 5C | EC | D2 | 3D | 0 | B | 7 | A9 | 4F | 40 |
| Octal | 134 | 354 | 322 | 75 | 0 | 13 | 7 | 251 | 117 | 100 |
| Binary | 1011100 | 11101100 | 11010010 | 111101 | 0 | 1011 | 111 | 10101001 | 1001111 | 1000000 |
Color Harmonies of #5CECD2
Complementary color
Monochromatic Colors of #5CECD2
Black with #5CECD2
Text Example
Text Example
White with #5CECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECD2; }
p { color: rgb(92,236,210); }
H1.HeaderClassName
{
color: #5CECD2;
}
.AnyTagClassName
{
color: #5CECD2;
}
</style>
background-color css
<style>
a { background-color: #5CECD2; }
a { background-color: rgb(92,236,210); }
div.DivClassName
{
background-color: #5CECD2;
}
.BgClassName
{
background-color: #5CECD2;
}
</style>
border-color css
<style>
span { border-color: #5CECD2; }
span { border-color: rgb(92,236,210); }
td.TdClassName
{
border-color: #5CECD2;
}
.TagClassName
{
border-color: #5CECD2;
}
</style>