Shades of Bright Turquoise #24DBDF
Tints of Bright Turquoise #24DBDF
RGB
CMYK
RGB Variations
Color information
#24DBDF (or 0x24DBDF) is known color: Bright Turquoise. HEX triplet: 24, DB and DF. RGB value is (36,219,223). Sum of RGB (Red+Green+Blue) = 36+219+223=478 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.53% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #24DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DBDF is #DB2420. Grayscale: #A4A4A4. Windows color (decimal): -14361633 or 14670628. OLE color: 14670628.
HSL color Cylindrical-coordinate representation of color #24DBDF: hue angle of 181.28º 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 #24DBDF is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 219 | 223 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.13 |
| HSL | 181.28º | 0.75% | 0.51% | - |
| HSV(B) | 181.28º | 0.84% | 0.87% | - |
| XYZ | 39.38 | 56.37 | 78.62 | - |
| YUV | 164.74 | 160.87 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 219 | 223 | 0.84 | 0.02 | 0 | 0.13 | 181.28 | 0.75 | 0.51 |
| Hex | 24 | DB | DF | 54 | 2 | 0 | D | B5 | 4B | 33 |
| Octal | 44 | 333 | 337 | 124 | 2 | 0 | 15 | 265 | 113 | 63 |
| Binary | 100100 | 11011011 | 11011111 | 1010100 | 10 | 0 | 1101 | 10110101 | 1001011 | 110011 |
Color Harmonies of #24DBDF
Complementary color
Monochromatic Colors of #24DBDF
Black with #24DBDF
Text Example
Text Example
White with #24DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DBDF; }
p { color: rgb(36,219,223); }
H1.HeaderClassName
{
color: #24DBDF;
}
.AnyTagClassName
{
color: #24DBDF;
}
</style>
background-color css
<style>
a { background-color: #24DBDF; }
a { background-color: rgb(36,219,223); }
div.DivClassName
{
background-color: #24DBDF;
}
.BgClassName
{
background-color: #24DBDF;
}
</style>
border-color css
<style>
span { border-color: #24DBDF; }
span { border-color: rgb(36,219,223); }
td.TdClassName
{
border-color: #24DBDF;
}
.TagClassName
{
border-color: #24DBDF;
}
</style>