Shades of Turquoise Blue #5CCCDB
Tints of Turquoise Blue #5CCCDB
RGB
CMYK
RGB Variations
Color information
#5CCCDB (or 0x5CCCDB) is known color: Turquoise Blue. HEX triplet: 5C, CC and DB. RGB value is (92,204,219). Sum of RGB (Red+Green+Blue) = 92+204+219=515 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.86% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CCCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCDB is #A33324. Grayscale: #ACACAC. Windows color (decimal): -10695461 or 14404700. OLE color: 14404700.
HSL color Cylindrical-coordinate representation of color #5CCCDB: hue angle of 187.09º degrees, saturation: 0.64, 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 #5CCCDB is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 204 | 219 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.14 |
| HSL | 187.09º | 0.64% | 0.61% | - |
| HSV(B) | 187.09º | 0.58% | 0.86% | - |
| XYZ | 38.79 | 50.58 | 74.74 | - |
| YUV | 172.22 | 154.39 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 219 | 0.58 | 0.07 | 0 | 0.14 | 187.09 | 0.64 | 0.61 |
| Hex | 5C | CC | DB | 3A | 7 | 0 | E | BB | 40 | 3D |
| Octal | 134 | 314 | 333 | 72 | 7 | 0 | 16 | 273 | 100 | 75 |
| Binary | 1011100 | 11001100 | 11011011 | 111010 | 111 | 0 | 1110 | 10111011 | 1000000 | 111101 |
Color Harmonies of #5CCCDB
Complementary color
Monochromatic Colors of #5CCCDB
Black with #5CCCDB
Text Example
Text Example
White with #5CCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCDB; }
p { color: rgb(92,204,219); }
H1.HeaderClassName
{
color: #5CCCDB;
}
.AnyTagClassName
{
color: #5CCCDB;
}
</style>
background-color css
<style>
a { background-color: #5CCCDB; }
a { background-color: rgb(92,204,219); }
div.DivClassName
{
background-color: #5CCCDB;
}
.BgClassName
{
background-color: #5CCCDB;
}
</style>
border-color css
<style>
span { border-color: #5CCCDB; }
span { border-color: rgb(92,204,219); }
td.TdClassName
{
border-color: #5CCCDB;
}
.TagClassName
{
border-color: #5CCCDB;
}
</style>