Shades of Turquoise #5CECDA
Tints of Turquoise #5CECDA
RGB
CMYK
RGB Variations
Color information
#5CECDA (or 0x5CECDA) is known color: Turquoise. HEX triplet: 5C, EC and DA. RGB value is (92,236,218). Sum of RGB (Red+Green+Blue) = 92+236+218=546 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.85% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CECDA is #A31325. Grayscale: #BEBEBE. Windows color (decimal): -10687270 or 14347356. OLE color: 14347356.
HSL color Cylindrical-coordinate representation of color #5CECDA: hue angle of 172.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 #5CECDA is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 218 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.07 |
| HSL | 172.5º | 0.79% | 0.64% | - |
| HSV(B) | 172.5º | 0.61% | 0.93% | - |
| XYZ | 47.06 | 67.33 | 76.84 | - |
| YUV | 190.89 | 143.29 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 218 | 0.61 | 0 | 0.08 | 0.07 | 172.5 | 0.79 | 0.64 |
| Hex | 5C | EC | DA | 3D | 0 | 8 | 7 | AC | 4F | 40 |
| Octal | 134 | 354 | 332 | 75 | 0 | 10 | 7 | 254 | 117 | 100 |
| Binary | 1011100 | 11101100 | 11011010 | 111101 | 0 | 1000 | 111 | 10101100 | 1001111 | 1000000 |
Color Harmonies of #5CECDA
Complementary color
Monochromatic Colors of #5CECDA
Black with #5CECDA
Text Example
Text Example
White with #5CECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECDA; }
p { color: rgb(92,236,218); }
H1.HeaderClassName
{
color: #5CECDA;
}
.AnyTagClassName
{
color: #5CECDA;
}
</style>
background-color css
<style>
a { background-color: #5CECDA; }
a { background-color: rgb(92,236,218); }
div.DivClassName
{
background-color: #5CECDA;
}
.BgClassName
{
background-color: #5CECDA;
}
</style>
border-color css
<style>
span { border-color: #5CECDA; }
span { border-color: rgb(92,236,218); }
td.TdClassName
{
border-color: #5CECDA;
}
.TagClassName
{
border-color: #5CECDA;
}
</style>