Shades of Turquoise #5CECCD
Tints of Turquoise #5CECCD
RGB
CMYK
RGB Variations
Color information
#5CECCD (or 0x5CECCD) is known color: Turquoise. HEX triplet: 5C, EC and CD. RGB value is (92,236,205). Sum of RGB (Red+Green+Blue) = 92+236+205=533 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.26% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CECCD is #A31332. Grayscale: #BDBDBD. Windows color (decimal): -10687283 or 13495388. OLE color: 13495388.
HSL color Cylindrical-coordinate representation of color #5CECCD: hue angle of 167.08º 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 #5CECCD is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 205 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.07 |
| HSL | 167.08º | 0.79% | 0.64% | - |
| HSV(B) | 167.08º | 0.61% | 0.93% | - |
| XYZ | 45.43 | 66.67 | 68.23 | - |
| YUV | 189.41 | 136.79 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 205 | 0.61 | 0 | 0.13 | 0.07 | 167.08 | 0.79 | 0.64 |
| Hex | 5C | EC | CD | 3D | 0 | D | 7 | A7 | 4F | 40 |
| Octal | 134 | 354 | 315 | 75 | 0 | 15 | 7 | 247 | 117 | 100 |
| Binary | 1011100 | 11101100 | 11001101 | 111101 | 0 | 1101 | 111 | 10100111 | 1001111 | 1000000 |
Color Harmonies of #5CECCD
Complementary color
Monochromatic Colors of #5CECCD
Black with #5CECCD
Text Example
Text Example
White with #5CECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECCD; }
p { color: rgb(92,236,205); }
H1.HeaderClassName
{
color: #5CECCD;
}
.AnyTagClassName
{
color: #5CECCD;
}
</style>
background-color css
<style>
a { background-color: #5CECCD; }
a { background-color: rgb(92,236,205); }
div.DivClassName
{
background-color: #5CECCD;
}
.BgClassName
{
background-color: #5CECCD;
}
</style>
border-color css
<style>
span { border-color: #5CECCD; }
span { border-color: rgb(92,236,205); }
td.TdClassName
{
border-color: #5CECCD;
}
.TagClassName
{
border-color: #5CECCD;
}
</style>