Shades of Bright Turquoise #24DFDB
Tints of Bright Turquoise #24DFDB
RGB
CMYK
RGB Variations
Color information
#24DFDB (or 0x24DFDB) is known color: Bright Turquoise. HEX triplet: 24, DF and DB. RGB value is (36,223,219). Sum of RGB (Red+Green+Blue) = 36+223+219=478 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.53% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #24DFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DFDB is #DB2024. Grayscale: #A6A6A6. Windows color (decimal): -14360613 or 14409508. OLE color: 14409508.
HSL color Cylindrical-coordinate representation of color #24DFDB: hue angle of 178.72º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DFDB is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 223 | 219 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.13 |
| HSL | 178.72º | 0.75% | 0.51% | - |
| HSV(B) | 178.72º | 0.84% | 0.87% | - |
| XYZ | 39.9 | 58.26 | 76.16 | - |
| YUV | 166.63 | 157.55 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 223 | 219 | 0.84 | 0 | 0.02 | 0.13 | 178.72 | 0.75 | 0.51 |
| Hex | 24 | DF | DB | 54 | 0 | 2 | D | B3 | 4B | 33 |
| Octal | 44 | 337 | 333 | 124 | 0 | 2 | 15 | 263 | 113 | 63 |
| Binary | 100100 | 11011111 | 11011011 | 1010100 | 0 | 10 | 1101 | 10110011 | 1001011 | 110011 |
Color Harmonies of #24DFDB
Complementary color
Monochromatic Colors of #24DFDB
Black with #24DFDB
Text Example
Text Example
White with #24DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DFDB; }
p { color: rgb(36,223,219); }
H1.HeaderClassName
{
color: #24DFDB;
}
.AnyTagClassName
{
color: #24DFDB;
}
</style>
background-color css
<style>
a { background-color: #24DFDB; }
a { background-color: rgb(36,223,219); }
div.DivClassName
{
background-color: #24DFDB;
}
.BgClassName
{
background-color: #24DFDB;
}
</style>
border-color css
<style>
span { border-color: #24DFDB; }
span { border-color: rgb(36,223,219); }
td.TdClassName
{
border-color: #24DFDB;
}
.TagClassName
{
border-color: #24DFDB;
}
</style>