Shades of Turquoise Blue #5CCDDB
Tints of Turquoise Blue #5CCDDB
RGB
CMYK
RGB Variations
Color information
#5CCDDB (or 0x5CCDDB) is known color: Turquoise Blue. HEX triplet: 5C, CD and DB. RGB value is (92,205,219). Sum of RGB (Red+Green+Blue) = 92+205+219=516 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.83% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CCDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDDB is #A33224. Grayscale: #ACACAC. Windows color (decimal): -10695205 or 14404956. OLE color: 14404956.
HSL color Cylindrical-coordinate representation of color #5CCDDB: hue angle of 186.61º 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 #5CCDDB is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 205 | 219 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.14 |
| HSL | 186.61º | 0.64% | 0.61% | - |
| HSV(B) | 186.61º | 0.58% | 0.86% | - |
| XYZ | 39.03 | 51.05 | 74.81 | - |
| YUV | 172.81 | 154.06 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 219 | 0.58 | 0.06 | 0 | 0.14 | 186.61 | 0.64 | 0.61 |
| Hex | 5C | CD | DB | 3A | 6 | 0 | E | BB | 40 | 3D |
| Octal | 134 | 315 | 333 | 72 | 6 | 0 | 16 | 273 | 100 | 75 |
| Binary | 1011100 | 11001101 | 11011011 | 111010 | 110 | 0 | 1110 | 10111011 | 1000000 | 111101 |
Color Harmonies of #5CCDDB
Complementary color
Monochromatic Colors of #5CCDDB
Black with #5CCDDB
Text Example
Text Example
White with #5CCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCDDB; }
p { color: rgb(92,205,219); }
H1.HeaderClassName
{
color: #5CCDDB;
}
.AnyTagClassName
{
color: #5CCDDB;
}
</style>
background-color css
<style>
a { background-color: #5CCDDB; }
a { background-color: rgb(92,205,219); }
div.DivClassName
{
background-color: #5CCDDB;
}
.BgClassName
{
background-color: #5CCDDB;
}
</style>
border-color css
<style>
span { border-color: #5CCDDB; }
span { border-color: rgb(92,205,219); }
td.TdClassName
{
border-color: #5CCDDB;
}
.TagClassName
{
border-color: #5CCDDB;
}
</style>