Shades of Bright Turquoise #24E0F8
Tints of Bright Turquoise #24E0F8
RGB
CMYK
RGB Variations
Color information
#24E0F8 (or 0x24E0F8) is known color: Bright Turquoise. HEX triplet: 24, E0 and F8. RGB value is (36,224,248). Sum of RGB (Red+Green+Blue) = 36+224+248=508 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.09% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #24E0F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24E0F8 is #DB1F07. Grayscale: #AAAAAA. Windows color (decimal): -14360328 or 16310308. OLE color: 16310308.
HSL color Cylindrical-coordinate representation of color #24E0F8: hue angle of 186.79º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24E0F8 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 224 | 248 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.03 |
| HSL | 186.79º | 0.94% | 0.56% | - |
| HSV(B) | 186.79º | 0.85% | 0.97% | - |
| XYZ | 44.33 | 60.46 | 98.14 | - |
| YUV | 170.52 | 171.72 | 32.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 224 | 248 | 0.85 | 0.10 | 0 | 0.03 | 186.79 | 0.94 | 0.56 |
| Hex | 24 | E0 | F8 | 55 | A | 0 | 3 | BB | 5E | 38 |
| Octal | 44 | 340 | 370 | 125 | 12 | 0 | 3 | 273 | 136 | 70 |
| Binary | 100100 | 11100000 | 11111000 | 1010101 | 1010 | 0 | 11 | 10111011 | 1011110 | 111000 |
Color Harmonies of #24E0F8
Complementary color
Monochromatic Colors of #24E0F8
Black with #24E0F8
Text Example
Text Example
White with #24E0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E0F8; }
p { color: rgb(36,224,248); }
H1.HeaderClassName
{
color: #24E0F8;
}
.AnyTagClassName
{
color: #24E0F8;
}
</style>
background-color css
<style>
a { background-color: #24E0F8; }
a { background-color: rgb(36,224,248); }
div.DivClassName
{
background-color: #24E0F8;
}
.BgClassName
{
background-color: #24E0F8;
}
</style>
border-color css
<style>
span { border-color: #24E0F8; }
span { border-color: rgb(36,224,248); }
td.TdClassName
{
border-color: #24E0F8;
}
.TagClassName
{
border-color: #24E0F8;
}
</style>