Shades of Bright Turquoise #24E3FE
Tints of Bright Turquoise #24E3FE
RGB
CMYK
RGB Variations
Color information
#24E3FE (or 0x24E3FE) is known color: Bright Turquoise. HEX triplet: 24, E3 and FE. RGB value is (36,227,254). Sum of RGB (Red+Green+Blue) = 36+227+254=517 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.96% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #24E3FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24E3FE is #DB1C01. Grayscale: #ACACAC. Windows color (decimal): -14359554 or 16704292. OLE color: 16704292.
HSL color Cylindrical-coordinate representation of color #24E3FE: hue angle of 187.43º 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 #24E3FE is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 227 | 254 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.00 |
| HSL | 187.43º | 0.99% | 0.57% | - |
| HSV(B) | 187.43º | 0.86% | 1% | - |
| XYZ | 46.09 | 62.47 | 103.39 | - |
| YUV | 172.97 | 173.72 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 227 | 254 | 0.86 | 0.11 | 0 | 0.00 | 187.43 | 0.99 | 0.57 |
| Hex | 24 | E3 | FE | 56 | B | 0 | 0 | BB | 63 | 39 |
| Octal | 44 | 343 | 376 | 126 | 13 | 0 | 0 | 273 | 143 | 71 |
| Binary | 100100 | 11100011 | 11111110 | 1010110 | 1011 | 0 | 0 | 10111011 | 1100011 | 111001 |
Color Harmonies of #24E3FE
Complementary color
Monochromatic Colors of #24E3FE
Black with #24E3FE
Text Example
Text Example
White with #24E3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E3FE; }
p { color: rgb(36,227,254); }
H1.HeaderClassName
{
color: #24E3FE;
}
.AnyTagClassName
{
color: #24E3FE;
}
</style>
background-color css
<style>
a { background-color: #24E3FE; }
a { background-color: rgb(36,227,254); }
div.DivClassName
{
background-color: #24E3FE;
}
.BgClassName
{
background-color: #24E3FE;
}
</style>
border-color css
<style>
span { border-color: #24E3FE; }
span { border-color: rgb(36,227,254); }
td.TdClassName
{
border-color: #24E3FE;
}
.TagClassName
{
border-color: #24E3FE;
}
</style>