Shades of Bright Turquoise #24EFDB
Tints of Bright Turquoise #24EFDB
RGB
CMYK
RGB Variations
Color information
#24EFDB (or 0x24EFDB) is known color: Bright Turquoise. HEX triplet: 24, EF and DB. RGB value is (36,239,219). Sum of RGB (Red+Green+Blue) = 36+239+219=494 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.29% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #24EFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EFDB is #DB1024. Grayscale: #AFAFAF. Windows color (decimal): -14356517 or 14413604. OLE color: 14413604.
HSL color Cylindrical-coordinate representation of color #24EFDB: hue angle of 174.09º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24EFDB is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 239 | 219 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.06 |
| HSL | 174.09º | 0.86% | 0.54% | - |
| HSV(B) | 174.09º | 0.85% | 0.94% | - |
| XYZ | 44.38 | 67.22 | 77.65 | - |
| YUV | 176.02 | 152.25 | 28.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 239 | 219 | 0.85 | 0 | 0.08 | 0.06 | 174.09 | 0.86 | 0.54 |
| Hex | 24 | EF | DB | 55 | 0 | 8 | 6 | AE | 56 | 36 |
| Octal | 44 | 357 | 333 | 125 | 0 | 10 | 6 | 256 | 126 | 66 |
| Binary | 100100 | 11101111 | 11011011 | 1010101 | 0 | 1000 | 110 | 10101110 | 1010110 | 110110 |
Color Harmonies of #24EFDB
Complementary color
Monochromatic Colors of #24EFDB
Black with #24EFDB
Text Example
Text Example
White with #24EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EFDB; }
p { color: rgb(36,239,219); }
H1.HeaderClassName
{
color: #24EFDB;
}
.AnyTagClassName
{
color: #24EFDB;
}
</style>
background-color css
<style>
a { background-color: #24EFDB; }
a { background-color: rgb(36,239,219); }
div.DivClassName
{
background-color: #24EFDB;
}
.BgClassName
{
background-color: #24EFDB;
}
</style>
border-color css
<style>
span { border-color: #24EFDB; }
span { border-color: rgb(36,239,219); }
td.TdClassName
{
border-color: #24EFDB;
}
.TagClassName
{
border-color: #24EFDB;
}
</style>