Shades of Bright Turquoise #24E6FE
Tints of Bright Turquoise #24E6FE
RGB
CMYK
RGB Variations
Color information
#24E6FE (or 0x24E6FE) is known color: Bright Turquoise. HEX triplet: 24, E6 and FE. RGB value is (36,230,254). Sum of RGB (Red+Green+Blue) = 36+230+254=520 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.92% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #24E6FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24E6FE is #DB1901. Grayscale: #AEAEAE. Windows color (decimal): -14358786 or 16705060. OLE color: 16705060.
HSL color Cylindrical-coordinate representation of color #24E6FE: hue angle of 186.61º 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 #24E6FE is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 230 | 254 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.00 |
| HSL | 186.61º | 0.99% | 0.57% | - |
| HSV(B) | 186.61º | 0.86% | 1% | - |
| XYZ | 46.91 | 64.12 | 103.67 | - |
| YUV | 174.73 | 172.73 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 230 | 254 | 0.86 | 0.09 | 0 | 0.00 | 186.61 | 0.99 | 0.57 |
| Hex | 24 | E6 | FE | 56 | 9 | 0 | 0 | BB | 63 | 39 |
| Octal | 44 | 346 | 376 | 126 | 11 | 0 | 0 | 273 | 143 | 71 |
| Binary | 100100 | 11100110 | 11111110 | 1010110 | 1001 | 0 | 0 | 10111011 | 1100011 | 111001 |
Color Harmonies of #24E6FE
Complementary color
Monochromatic Colors of #24E6FE
Black with #24E6FE
Text Example
Text Example
White with #24E6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E6FE; }
p { color: rgb(36,230,254); }
H1.HeaderClassName
{
color: #24E6FE;
}
.AnyTagClassName
{
color: #24E6FE;
}
</style>
background-color css
<style>
a { background-color: #24E6FE; }
a { background-color: rgb(36,230,254); }
div.DivClassName
{
background-color: #24E6FE;
}
.BgClassName
{
background-color: #24E6FE;
}
</style>
border-color css
<style>
span { border-color: #24E6FE; }
span { border-color: rgb(36,230,254); }
td.TdClassName
{
border-color: #24E6FE;
}
.TagClassName
{
border-color: #24E6FE;
}
</style>