Shades of Bright Turquoise #24E0EF
Tints of Bright Turquoise #24E0EF
RGB
CMYK
RGB Variations
Color information
#24E0EF (or 0x24E0EF) is known color: Bright Turquoise. HEX triplet: 24, E0 and EF. RGB value is (36,224,239). Sum of RGB (Red+Green+Blue) = 36+224+239=499 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.21% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #24E0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24E0EF is #DB1F10. Grayscale: #A9A9A9. Windows color (decimal): -14360337 or 15720484. OLE color: 15720484.
HSL color Cylindrical-coordinate representation of color #24E0EF: hue angle of 184.43º 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 #24E0EF is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 224 | 239 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.06 |
| HSL | 184.43º | 0.86% | 0.54% | - |
| HSV(B) | 184.43º | 0.85% | 0.94% | - |
| XYZ | 42.96 | 59.92 | 90.96 | - |
| YUV | 169.5 | 167.22 | 32.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 224 | 239 | 0.85 | 0.06 | 0 | 0.06 | 184.43 | 0.86 | 0.54 |
| Hex | 24 | E0 | EF | 55 | 6 | 0 | 6 | B8 | 56 | 36 |
| Octal | 44 | 340 | 357 | 125 | 6 | 0 | 6 | 270 | 126 | 66 |
| Binary | 100100 | 11100000 | 11101111 | 1010101 | 110 | 0 | 110 | 10111000 | 1010110 | 110110 |
Color Harmonies of #24E0EF
Complementary color
Monochromatic Colors of #24E0EF
Black with #24E0EF
Text Example
Text Example
White with #24E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E0EF; }
p { color: rgb(36,224,239); }
H1.HeaderClassName
{
color: #24E0EF;
}
.AnyTagClassName
{
color: #24E0EF;
}
</style>
background-color css
<style>
a { background-color: #24E0EF; }
a { background-color: rgb(36,224,239); }
div.DivClassName
{
background-color: #24E0EF;
}
.BgClassName
{
background-color: #24E0EF;
}
</style>
border-color css
<style>
span { border-color: #24E0EF; }
span { border-color: rgb(36,224,239); }
td.TdClassName
{
border-color: #24E0EF;
}
.TagClassName
{
border-color: #24E0EF;
}
</style>