Shades of Bright Turquoise #24DBDB
Tints of Bright Turquoise #24DBDB
RGB
CMYK
RGB Variations
Color information
#24DBDB (or 0x24DBDB) is known color: Bright Turquoise. HEX triplet: 24, DB and DB. RGB value is (36,219,219). Sum of RGB (Red+Green+Blue) = 36+219+219=474 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.59% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #24DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DBDB is #DB2424. Grayscale: #A4A4A4. Windows color (decimal): -14361637 or 14408484. OLE color: 14408484.
HSL color Cylindrical-coordinate representation of color #24DBDB: hue angle of 180º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DBDB is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 219 | 219 | - |
| CMYK | 0.84 | 0 | 0 | 0.14 |
| HSL | 180º | 0.72% | 0.5% | - |
| HSV(B) | 180º | 0.84% | 0.86% | - |
| XYZ | 38.85 | 56.15 | 75.81 | - |
| YUV | 164.28 | 158.87 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 219 | 219 | 0.84 | 0 | 0 | 0.14 | 180 | 0.72 | 0.5 |
| Hex | 24 | DB | DB | 54 | 0 | 0 | E | B4 | 48 | 32 |
| Octal | 44 | 333 | 333 | 124 | 0 | 0 | 16 | 264 | 110 | 62 |
| Binary | 100100 | 11011011 | 11011011 | 1010100 | 0 | 0 | 1110 | 10110100 | 1001000 | 110010 |
Color Harmonies of #24DBDB
Complementary color
Monochromatic Colors of #24DBDB
Black with #24DBDB
Text Example
Text Example
White with #24DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DBDB; }
p { color: rgb(36,219,219); }
H1.HeaderClassName
{
color: #24DBDB;
}
.AnyTagClassName
{
color: #24DBDB;
}
</style>
background-color css
<style>
a { background-color: #24DBDB; }
a { background-color: rgb(36,219,219); }
div.DivClassName
{
background-color: #24DBDB;
}
.BgClassName
{
background-color: #24DBDB;
}
</style>
border-color css
<style>
span { border-color: #24DBDB; }
span { border-color: rgb(36,219,219); }
td.TdClassName
{
border-color: #24DBDB;
}
.TagClassName
{
border-color: #24DBDB;
}
</style>