Shades of Bright Turquoise #24FEDB
Tints of Bright Turquoise #24FEDB
RGB
CMYK
RGB Variations
Color information
#24FEDB (or 0x24FEDB) is known color: Bright Turquoise. HEX triplet: 24, FE and DB. RGB value is (36,254,219). Sum of RGB (Red+Green+Blue) = 36+254+219=509 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.07% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #24FEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FEDB is #DB0124. Grayscale: #B8B8B8. Windows color (decimal): -14352677 or 14417444. OLE color: 14417444.
HSL color Cylindrical-coordinate representation of color #24FEDB: hue angle of 170.37º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FEDB is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 254 | 219 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.00 |
| HSL | 170.37º | 0.99% | 0.57% | - |
| HSV(B) | 170.37º | 0.86% | 1% | - |
| XYZ | 48.96 | 76.37 | 79.18 | - |
| YUV | 184.83 | 147.28 | 21.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 254 | 219 | 0.86 | 0 | 0.14 | 0.00 | 170.37 | 0.99 | 0.57 |
| Hex | 24 | FE | DB | 56 | 0 | E | 0 | AA | 63 | 39 |
| Octal | 44 | 376 | 333 | 126 | 0 | 16 | 0 | 252 | 143 | 71 |
| Binary | 100100 | 11111110 | 11011011 | 1010110 | 0 | 1110 | 0 | 10101010 | 1100011 | 111001 |
Color Harmonies of #24FEDB
Complementary color
Monochromatic Colors of #24FEDB
Black with #24FEDB
Text Example
Text Example
White with #24FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FEDB; }
p { color: rgb(36,254,219); }
H1.HeaderClassName
{
color: #24FEDB;
}
.AnyTagClassName
{
color: #24FEDB;
}
</style>
background-color css
<style>
a { background-color: #24FEDB; }
a { background-color: rgb(36,254,219); }
div.DivClassName
{
background-color: #24FEDB;
}
.BgClassName
{
background-color: #24FEDB;
}
</style>
border-color css
<style>
span { border-color: #24FEDB; }
span { border-color: rgb(36,254,219); }
td.TdClassName
{
border-color: #24FEDB;
}
.TagClassName
{
border-color: #24FEDB;
}
</style>