Shades of Turquoise Blue #5CDBDB
Tints of Turquoise Blue #5CDBDB
RGB
CMYK
RGB Variations
Color information
#5CDBDB (or 0x5CDBDB) is known color: Turquoise Blue. HEX triplet: 5C, DB and DB. RGB value is (92,219,219). Sum of RGB (Red+Green+Blue) = 92+219+219=530 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.36% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #5CDBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDBDB is #A32424. Grayscale: #B4B4B4. Windows color (decimal): -10691621 or 14408540. OLE color: 14408540.
HSL color Cylindrical-coordinate representation of color #5CDBDB: hue angle of 180º 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 #5CDBDB is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 219 | - |
| CMYK | 0.58 | 0 | 0 | 0.14 |
| HSL | 180º | 0.64% | 0.61% | - |
| HSV(B) | 180º | 0.58% | 0.86% | - |
| XYZ | 42.53 | 58.05 | 75.98 | - |
| YUV | 181.03 | 149.42 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 219 | 0.58 | 0 | 0 | 0.14 | 180 | 0.64 | 0.61 |
| Hex | 5C | DB | DB | 3A | 0 | 0 | E | B4 | 40 | 3D |
| Octal | 134 | 333 | 333 | 72 | 0 | 0 | 16 | 264 | 100 | 75 |
| Binary | 1011100 | 11011011 | 11011011 | 111010 | 0 | 0 | 1110 | 10110100 | 1000000 | 111101 |
Color Harmonies of #5CDBDB
Complementary color
Monochromatic Colors of #5CDBDB
Black with #5CDBDB
Text Example
Text Example
White with #5CDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDBDB; }
p { color: rgb(92,219,219); }
H1.HeaderClassName
{
color: #5CDBDB;
}
.AnyTagClassName
{
color: #5CDBDB;
}
</style>
background-color css
<style>
a { background-color: #5CDBDB; }
a { background-color: rgb(92,219,219); }
div.DivClassName
{
background-color: #5CDBDB;
}
.BgClassName
{
background-color: #5CDBDB;
}
</style>
border-color css
<style>
span { border-color: #5CDBDB; }
span { border-color: rgb(92,219,219); }
td.TdClassName
{
border-color: #5CDBDB;
}
.TagClassName
{
border-color: #5CDBDB;
}
</style>