Shades of Turquoise Blue #5CECDC
Tints of Turquoise Blue #5CECDC
RGB
CMYK
RGB Variations
Color information
#5CECDC (or 0x5CECDC) is known color: Turquoise Blue. HEX triplet: 5C, EC and DC. RGB value is (92,236,220). Sum of RGB (Red+Green+Blue) = 92+236+220=548 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.79% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CECDC is #A31323. Grayscale: #BFBFBF. Windows color (decimal): -10687268 or 14478428. OLE color: 14478428.
HSL color Cylindrical-coordinate representation of color #5CECDC: hue angle of 173.33º 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 #5CECDC is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 220 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.07 |
| HSL | 173.33º | 0.79% | 0.64% | - |
| HSV(B) | 173.33º | 0.61% | 0.93% | - |
| XYZ | 47.33 | 67.43 | 78.23 | - |
| YUV | 191.12 | 144.29 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 220 | 0.61 | 0 | 0.07 | 0.07 | 173.33 | 0.79 | 0.64 |
| Hex | 5C | EC | DC | 3D | 0 | 7 | 7 | AD | 4F | 40 |
| Octal | 134 | 354 | 334 | 75 | 0 | 7 | 7 | 255 | 117 | 100 |
| Binary | 1011100 | 11101100 | 11011100 | 111101 | 0 | 111 | 111 | 10101101 | 1001111 | 1000000 |
Color Harmonies of #5CECDC
Complementary color
Monochromatic Colors of #5CECDC
Black with #5CECDC
Text Example
Text Example
White with #5CECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECDC; }
p { color: rgb(92,236,220); }
H1.HeaderClassName
{
color: #5CECDC;
}
.AnyTagClassName
{
color: #5CECDC;
}
</style>
background-color css
<style>
a { background-color: #5CECDC; }
a { background-color: rgb(92,236,220); }
div.DivClassName
{
background-color: #5CECDC;
}
.BgClassName
{
background-color: #5CECDC;
}
</style>
border-color css
<style>
span { border-color: #5CECDC; }
span { border-color: rgb(92,236,220); }
td.TdClassName
{
border-color: #5CECDC;
}
.TagClassName
{
border-color: #5CECDC;
}
</style>