Shades of Bright Turquoise #24DDDB
Tints of Bright Turquoise #24DDDB
RGB
CMYK
RGB Variations
Color information
#24DDDB (or 0x24DDDB) is known color: Bright Turquoise. HEX triplet: 24, DD and DB. RGB value is (36,221,219). Sum of RGB (Red+Green+Blue) = 36+221+219=476 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.56% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #24DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DDDB is #DB2224. Grayscale: #A5A5A5. Windows color (decimal): -14361125 or 14408996. OLE color: 14408996.
HSL color Cylindrical-coordinate representation of color #24DDDB: hue angle of 179.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DDDB is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 221 | 219 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.13 |
| HSL | 179.35º | 0.73% | 0.5% | - |
| HSV(B) | 179.35º | 0.84% | 0.87% | - |
| XYZ | 39.37 | 57.2 | 75.98 | - |
| YUV | 165.46 | 158.21 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 221 | 219 | 0.84 | 0 | 0.01 | 0.13 | 179.35 | 0.73 | 0.5 |
| Hex | 24 | DD | DB | 54 | 0 | 1 | D | B3 | 49 | 32 |
| Octal | 44 | 335 | 333 | 124 | 0 | 1 | 15 | 263 | 111 | 62 |
| Binary | 100100 | 11011101 | 11011011 | 1010100 | 0 | 1 | 1101 | 10110011 | 1001001 | 110010 |
Color Harmonies of #24DDDB
Complementary color
Monochromatic Colors of #24DDDB
Black with #24DDDB
Text Example
Text Example
White with #24DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DDDB; }
p { color: rgb(36,221,219); }
H1.HeaderClassName
{
color: #24DDDB;
}
.AnyTagClassName
{
color: #24DDDB;
}
</style>
background-color css
<style>
a { background-color: #24DDDB; }
a { background-color: rgb(36,221,219); }
div.DivClassName
{
background-color: #24DDDB;
}
.BgClassName
{
background-color: #24DDDB;
}
</style>
border-color css
<style>
span { border-color: #24DDDB; }
span { border-color: rgb(36,221,219); }
td.TdClassName
{
border-color: #24DDDB;
}
.TagClassName
{
border-color: #24DDDB;
}
</style>