Shades of Turquoise Blue #5CCCDE
Tints of Turquoise Blue #5CCCDE
RGB
CMYK
RGB Variations
Color information
#5CCCDE (or 0x5CCCDE) is known color: Turquoise Blue. HEX triplet: 5C, CC and DE. RGB value is (92,204,222). Sum of RGB (Red+Green+Blue) = 92+204+222=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #5CCCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCDE is #A33321. Grayscale: #ACACAC. Windows color (decimal): -10695458 or 14601308. OLE color: 14601308.
HSL color Cylindrical-coordinate representation of color #5CCCDE: hue angle of 188.31º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CCCDE is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 204 | 222 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.13 |
| HSL | 188.31º | 0.66% | 0.62% | - |
| HSV(B) | 188.31º | 0.59% | 0.87% | - |
| XYZ | 39.19 | 50.73 | 76.83 | - |
| YUV | 172.56 | 155.89 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 222 | 0.59 | 0.08 | 0 | 0.13 | 188.31 | 0.66 | 0.62 |
| Hex | 5C | CC | DE | 3B | 8 | 0 | D | BC | 42 | 3E |
| Octal | 134 | 314 | 336 | 73 | 10 | 0 | 15 | 274 | 102 | 76 |
| Binary | 1011100 | 11001100 | 11011110 | 111011 | 1000 | 0 | 1101 | 10111100 | 1000010 | 111110 |
Color Harmonies of #5CCCDE
Complementary color
Monochromatic Colors of #5CCCDE
Black with #5CCCDE
Text Example
Text Example
White with #5CCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCDE; }
p { color: rgb(92,204,222); }
H1.HeaderClassName
{
color: #5CCCDE;
}
.AnyTagClassName
{
color: #5CCCDE;
}
</style>
background-color css
<style>
a { background-color: #5CCCDE; }
a { background-color: rgb(92,204,222); }
div.DivClassName
{
background-color: #5CCCDE;
}
.BgClassName
{
background-color: #5CCCDE;
}
</style>
border-color css
<style>
span { border-color: #5CCCDE; }
span { border-color: rgb(92,204,222); }
td.TdClassName
{
border-color: #5CCCDE;
}
.TagClassName
{
border-color: #5CCCDE;
}
</style>