Shades of Turquoise #5CECC9
Tints of Turquoise #5CECC9
RGB
CMYK
RGB Variations
Color information
#5CECC9 (or 0x5CECC9) is known color: Turquoise. HEX triplet: 5C, EC and C9. RGB value is (92,236,201). Sum of RGB (Red+Green+Blue) = 92+236+201=529 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.39% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CECC9 is #A31336. Grayscale: #BCBCBC. Windows color (decimal): -10687287 or 13233244. OLE color: 13233244.
HSL color Cylindrical-coordinate representation of color #5CECC9: hue angle of 165.42º 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 #5CECC9 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 201 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.07 |
| HSL | 165.42º | 0.79% | 0.64% | - |
| HSV(B) | 165.42º | 0.61% | 0.93% | - |
| XYZ | 44.95 | 66.48 | 65.72 | - |
| YUV | 188.95 | 134.79 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 201 | 0.61 | 0 | 0.15 | 0.07 | 165.42 | 0.79 | 0.64 |
| Hex | 5C | EC | C9 | 3D | 0 | F | 7 | A5 | 4F | 40 |
| Octal | 134 | 354 | 311 | 75 | 0 | 17 | 7 | 245 | 117 | 100 |
| Binary | 1011100 | 11101100 | 11001001 | 111101 | 0 | 1111 | 111 | 10100101 | 1001111 | 1000000 |
Color Harmonies of #5CECC9
Complementary color
Monochromatic Colors of #5CECC9
Black with #5CECC9
Text Example
Text Example
White with #5CECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECC9; }
p { color: rgb(92,236,201); }
H1.HeaderClassName
{
color: #5CECC9;
}
.AnyTagClassName
{
color: #5CECC9;
}
</style>
background-color css
<style>
a { background-color: #5CECC9; }
a { background-color: rgb(92,236,201); }
div.DivClassName
{
background-color: #5CECC9;
}
.BgClassName
{
background-color: #5CECC9;
}
</style>
border-color css
<style>
span { border-color: #5CECC9; }
span { border-color: rgb(92,236,201); }
td.TdClassName
{
border-color: #5CECC9;
}
.TagClassName
{
border-color: #5CECC9;
}
</style>