Shades of Bright Turquoise #24DBEC
Tints of Bright Turquoise #24DBEC
RGB
CMYK
RGB Variations
Color information
#24DBEC (or 0x24DBEC) is known color: Bright Turquoise. HEX triplet: 24, DB and EC. RGB value is (36,219,236). Sum of RGB (Red+Green+Blue) = 36+219+236=491 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.33% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #24DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DBEC is #DB2413. Grayscale: #A5A5A5. Windows color (decimal): -14361620 or 15522596. OLE color: 15522596.
HSL color Cylindrical-coordinate representation of color #24DBEC: hue angle of 185.1º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24DBEC is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 219 | 236 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.07 |
| HSL | 185.1º | 0.84% | 0.53% | - |
| HSV(B) | 185.1º | 0.85% | 0.93% | - |
| XYZ | 41.2 | 57.09 | 88.21 | - |
| YUV | 166.22 | 167.37 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 219 | 236 | 0.85 | 0.07 | 0 | 0.07 | 185.1 | 0.84 | 0.53 |
| Hex | 24 | DB | EC | 55 | 7 | 0 | 7 | B9 | 54 | 35 |
| Octal | 44 | 333 | 354 | 125 | 7 | 0 | 7 | 271 | 124 | 65 |
| Binary | 100100 | 11011011 | 11101100 | 1010101 | 111 | 0 | 111 | 10111001 | 1010100 | 110101 |
Color Harmonies of #24DBEC
Complementary color
Monochromatic Colors of #24DBEC
Black with #24DBEC
Text Example
Text Example
White with #24DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DBEC; }
p { color: rgb(36,219,236); }
H1.HeaderClassName
{
color: #24DBEC;
}
.AnyTagClassName
{
color: #24DBEC;
}
</style>
background-color css
<style>
a { background-color: #24DBEC; }
a { background-color: rgb(36,219,236); }
div.DivClassName
{
background-color: #24DBEC;
}
.BgClassName
{
background-color: #24DBEC;
}
</style>
border-color css
<style>
span { border-color: #24DBEC; }
span { border-color: rgb(36,219,236); }
td.TdClassName
{
border-color: #24DBEC;
}
.TagClassName
{
border-color: #24DBEC;
}
</style>