Shades of Bright Turquoise #24E7F7
Tints of Bright Turquoise #24E7F7
RGB
CMYK
RGB Variations
Color information
#24E7F7 (or 0x24E7F7) is known color: Bright Turquoise. HEX triplet: 24, E7 and F7. RGB value is (36,231,247). Sum of RGB (Red+Green+Blue) = 36+231+247=514 (68% of max value = 765). Red value is 36 (14.45% from 255 or 7.00% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #24E7F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24E7F7 is #DB1808. Grayscale: #AEAEAE. Windows color (decimal): -14358537 or 16246564. OLE color: 16246564.
HSL color Cylindrical-coordinate representation of color #24E7F7: hue angle of 184.55º 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 #24E7F7 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 231 | 247 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.03 |
| HSL | 184.55º | 0.93% | 0.55% | - |
| HSV(B) | 184.55º | 0.85% | 0.97% | - |
| XYZ | 46.09 | 64.24 | 97.97 | - |
| YUV | 174.52 | 168.9 | 29.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 231 | 247 | 0.85 | 0.06 | 0 | 0.03 | 184.55 | 0.93 | 0.55 |
| Hex | 24 | E7 | F7 | 55 | 6 | 0 | 3 | B9 | 5D | 37 |
| Octal | 44 | 347 | 367 | 125 | 6 | 0 | 3 | 271 | 135 | 67 |
| Binary | 100100 | 11100111 | 11110111 | 1010101 | 110 | 0 | 11 | 10111001 | 1011101 | 110111 |
Color Harmonies of #24E7F7
Complementary color
Monochromatic Colors of #24E7F7
Black with #24E7F7
Text Example
Text Example
White with #24E7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E7F7; }
p { color: rgb(36,231,247); }
H1.HeaderClassName
{
color: #24E7F7;
}
.AnyTagClassName
{
color: #24E7F7;
}
</style>
background-color css
<style>
a { background-color: #24E7F7; }
a { background-color: rgb(36,231,247); }
div.DivClassName
{
background-color: #24E7F7;
}
.BgClassName
{
background-color: #24E7F7;
}
</style>
border-color css
<style>
span { border-color: #24E7F7; }
span { border-color: rgb(36,231,247); }
td.TdClassName
{
border-color: #24E7F7;
}
.TagClassName
{
border-color: #24E7F7;
}
</style>