Shades of Bright Turquoise #24DBDD
Tints of Bright Turquoise #24DBDD
RGB
CMYK
RGB Variations
Color information
#24DBDD (or 0x24DBDD) is known color: Bright Turquoise. HEX triplet: 24, DB and DD. RGB value is (36,219,221). Sum of RGB (Red+Green+Blue) = 36+219+221=476 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.56% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #24DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DBDD is #DB2422. Grayscale: #A4A4A4. Windows color (decimal): -14361635 or 14539556. OLE color: 14539556.
HSL color Cylindrical-coordinate representation of color #24DBDD: hue angle of 180.65º 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 #24DBDD is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 219 | 221 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.13 |
| HSL | 180.65º | 0.73% | 0.5% | - |
| HSV(B) | 180.65º | 0.84% | 0.87% | - |
| XYZ | 39.11 | 56.26 | 77.2 | - |
| YUV | 164.51 | 159.87 | 36.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 219 | 221 | 0.84 | 0.01 | 0 | 0.13 | 180.65 | 0.73 | 0.5 |
| Hex | 24 | DB | DD | 54 | 1 | 0 | D | B5 | 49 | 32 |
| Octal | 44 | 333 | 335 | 124 | 1 | 0 | 15 | 265 | 111 | 62 |
| Binary | 100100 | 11011011 | 11011101 | 1010100 | 1 | 0 | 1101 | 10110101 | 1001001 | 110010 |
Color Harmonies of #24DBDD
Complementary color
Monochromatic Colors of #24DBDD
Black with #24DBDD
Text Example
Text Example
White with #24DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DBDD; }
p { color: rgb(36,219,221); }
H1.HeaderClassName
{
color: #24DBDD;
}
.AnyTagClassName
{
color: #24DBDD;
}
</style>
background-color css
<style>
a { background-color: #24DBDD; }
a { background-color: rgb(36,219,221); }
div.DivClassName
{
background-color: #24DBDD;
}
.BgClassName
{
background-color: #24DBDD;
}
</style>
border-color css
<style>
span { border-color: #24DBDD; }
span { border-color: rgb(36,219,221); }
td.TdClassName
{
border-color: #24DBDD;
}
.TagClassName
{
border-color: #24DBDD;
}
</style>