Shades of Bright Turquoise #24F7EF
Tints of Bright Turquoise #24F7EF
RGB
CMYK
RGB Variations
Color information
#24F7EF (or 0x24F7EF) is known color: Bright Turquoise. HEX triplet: 24, F7 and EF. RGB value is (36,247,239). Sum of RGB (Red+Green+Blue) = 36+247+239=522 (69% of max value = 765). Red value is 36 (14.45% from 255 or 6.90% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 247 - color contains mainly: green. Hex color #24F7EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24F7EF is #DB0810. Grayscale: #B6B6B6. Windows color (decimal): -14354449 or 15726372. OLE color: 15726372.
HSL color Cylindrical-coordinate representation of color #24F7EF: hue angle of 177.73º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F7EF is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 247 | 239 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.03 |
| HSL | 177.73º | 0.93% | 0.55% | - |
| HSV(B) | 177.73º | 0.85% | 0.97% | - |
| XYZ | 49.57 | 73.13 | 93.16 | - |
| YUV | 183 | 159.6 | 23.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 247 | 239 | 0.85 | 0 | 0.03 | 0.03 | 177.73 | 0.93 | 0.55 |
| Hex | 24 | F7 | EF | 55 | 0 | 3 | 3 | B2 | 5D | 37 |
| Octal | 44 | 367 | 357 | 125 | 0 | 3 | 3 | 262 | 135 | 67 |
| Binary | 100100 | 11110111 | 11101111 | 1010101 | 0 | 11 | 11 | 10110010 | 1011101 | 110111 |
Color Harmonies of #24F7EF
Complementary color
Monochromatic Colors of #24F7EF
Black with #24F7EF
Text Example
Text Example
White with #24F7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F7EF; }
p { color: rgb(36,247,239); }
H1.HeaderClassName
{
color: #24F7EF;
}
.AnyTagClassName
{
color: #24F7EF;
}
</style>
background-color css
<style>
a { background-color: #24F7EF; }
a { background-color: rgb(36,247,239); }
div.DivClassName
{
background-color: #24F7EF;
}
.BgClassName
{
background-color: #24F7EF;
}
</style>
border-color css
<style>
span { border-color: #24F7EF; }
span { border-color: rgb(36,247,239); }
td.TdClassName
{
border-color: #24F7EF;
}
.TagClassName
{
border-color: #24F7EF;
}
</style>