Shades of Turquoise Blue #5CCEDC
Tints of Turquoise Blue #5CCEDC
RGB
CMYK
RGB Variations
Color information
#5CCEDC (or 0x5CCEDC) is known color: Turquoise Blue. HEX triplet: 5C, CE and DC. RGB value is (92,206,220). Sum of RGB (Red+Green+Blue) = 92+206+220=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #5CCEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCEDC is #A33123. Grayscale: #ADADAD. Windows color (decimal): -10694948 or 14470748. OLE color: 14470748.
HSL color Cylindrical-coordinate representation of color #5CCEDC: hue angle of 186.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CCEDC is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 206 | 220 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.14 |
| HSL | 186.56º | 0.65% | 0.61% | - |
| HSV(B) | 186.56º | 0.58% | 0.86% | - |
| XYZ | 39.4 | 51.59 | 75.59 | - |
| YUV | 173.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 220 | 0.58 | 0.06 | 0 | 0.14 | 186.56 | 0.65 | 0.61 |
| Hex | 5C | CE | DC | 3A | 6 | 0 | E | BB | 41 | 3D |
| Octal | 134 | 316 | 334 | 72 | 6 | 0 | 16 | 273 | 101 | 75 |
| Binary | 1011100 | 11001110 | 11011100 | 111010 | 110 | 0 | 1110 | 10111011 | 1000001 | 111101 |
Color Harmonies of #5CCEDC
Complementary color
Monochromatic Colors of #5CCEDC
Black with #5CCEDC
Text Example
Text Example
White with #5CCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCEDC; }
p { color: rgb(92,206,220); }
H1.HeaderClassName
{
color: #5CCEDC;
}
.AnyTagClassName
{
color: #5CCEDC;
}
</style>
background-color css
<style>
a { background-color: #5CCEDC; }
a { background-color: rgb(92,206,220); }
div.DivClassName
{
background-color: #5CCEDC;
}
.BgClassName
{
background-color: #5CCEDC;
}
</style>
border-color css
<style>
span { border-color: #5CCEDC; }
span { border-color: rgb(92,206,220); }
td.TdClassName
{
border-color: #5CCEDC;
}
.TagClassName
{
border-color: #5CCEDC;
}
</style>