Shades of Turquoise Blue #5CDCDB
Tints of Turquoise Blue #5CDCDB
RGB
CMYK
RGB Variations
Color information
#5CDCDB (or 0x5CDCDB) is known color: Turquoise Blue. HEX triplet: 5C, DC and DB. RGB value is (92,220,219). Sum of RGB (Red+Green+Blue) = 92+220+219=531 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.33% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCDB is #A32324. Grayscale: #B5B5B5. Windows color (decimal): -10691365 or 14408796. OLE color: 14408796.
HSL color Cylindrical-coordinate representation of color #5CDCDB: hue angle of 179.53º 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 #5CDCDB is Cyan = 0.58, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 219 | - |
| CMYK | 0.58 | 0 | 0.00 | 0.14 |
| HSL | 179.53º | 0.65% | 0.61% | - |
| HSV(B) | 179.53º | 0.58% | 0.86% | - |
| XYZ | 42.79 | 58.58 | 76.07 | - |
| YUV | 181.61 | 149.09 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 219 | 0.58 | 0 | 0.00 | 0.14 | 179.53 | 0.65 | 0.61 |
| Hex | 5C | DC | DB | 3A | 0 | 0 | E | B4 | 41 | 3D |
| Octal | 134 | 334 | 333 | 72 | 0 | 0 | 16 | 264 | 101 | 75 |
| Binary | 1011100 | 11011100 | 11011011 | 111010 | 0 | 0 | 1110 | 10110100 | 1000001 | 111101 |
Color Harmonies of #5CDCDB
Complementary color
Monochromatic Colors of #5CDCDB
Black with #5CDCDB
Text Example
Text Example
White with #5CDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCDB; }
p { color: rgb(92,220,219); }
H1.HeaderClassName
{
color: #5CDCDB;
}
.AnyTagClassName
{
color: #5CDCDB;
}
</style>
background-color css
<style>
a { background-color: #5CDCDB; }
a { background-color: rgb(92,220,219); }
div.DivClassName
{
background-color: #5CDCDB;
}
.BgClassName
{
background-color: #5CDCDB;
}
</style>
border-color css
<style>
span { border-color: #5CDCDB; }
span { border-color: rgb(92,220,219); }
td.TdClassName
{
border-color: #5CDCDB;
}
.TagClassName
{
border-color: #5CDCDB;
}
</style>