Shades of Bright Turquoise #24E2FF
Tints of Bright Turquoise #24E2FF
RGB
CMYK
RGB Variations
Color information
#24E2FF (or 0x24E2FF) is known color: Bright Turquoise. HEX triplet: 24, E2 and FF. RGB value is (36,226,255). Sum of RGB (Red+Green+Blue) = 36+226+255=517 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.96% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #24E2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24E2FF is #DB1D00. Grayscale: #ACACAC. Windows color (decimal): -14359809 or 16769572. OLE color: 16769572.
HSL color Cylindrical-coordinate representation of color #24E2FF: hue angle of 187.95º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24E2FF is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 226 | 255 | - |
| CMYK | 0.86 | 0.11 | 0 | 0 |
| HSL | 187.95º | 1% | 0.57% | - |
| HSV(B) | 187.95º | 0.86% | 1% | - |
| XYZ | 45.97 | 61.99 | 104.15 | - |
| YUV | 172.5 | 174.55 | 30.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 226 | 255 | 0.86 | 0.11 | 0 | 0 | 187.95 | 1 | 0.57 |
| Hex | 24 | E2 | FF | 56 | B | 0 | 0 | BC | 64 | 39 |
| Octal | 44 | 342 | 377 | 126 | 13 | 0 | 0 | 274 | 144 | 71 |
| Binary | 100100 | 11100010 | 11111111 | 1010110 | 1011 | 0 | 0 | 10111100 | 1100100 | 111001 |
Color Harmonies of #24E2FF
Complementary color
Monochromatic Colors of #24E2FF
Black with #24E2FF
Text Example
Text Example
White with #24E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E2FF; }
p { color: rgb(36,226,255); }
H1.HeaderClassName
{
color: #24E2FF;
}
.AnyTagClassName
{
color: #24E2FF;
}
</style>
background-color css
<style>
a { background-color: #24E2FF; }
a { background-color: rgb(36,226,255); }
div.DivClassName
{
background-color: #24E2FF;
}
.BgClassName
{
background-color: #24E2FF;
}
</style>
border-color css
<style>
span { border-color: #24E2FF; }
span { border-color: rgb(36,226,255); }
td.TdClassName
{
border-color: #24E2FF;
}
.TagClassName
{
border-color: #24E2FF;
}
</style>