Shades of Bright Turquoise #24E3FF
Tints of Bright Turquoise #24E3FF
RGB
CMYK
RGB Variations
Color information
#24E3FF (or 0x24E3FF) is known color: Bright Turquoise. HEX triplet: 24, E3 and FF. RGB value is (36,227,255). Sum of RGB (Red+Green+Blue) = 36+227+255=518 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.95% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #24E3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24E3FF is #DB1C00. Grayscale: #ACACAC. Windows color (decimal): -14359553 or 16769828. OLE color: 16769828.
HSL color Cylindrical-coordinate representation of color #24E3FF: hue angle of 187.67º 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 #24E3FF is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 227 | 255 | - |
| CMYK | 0.86 | 0.11 | 0 | 0 |
| HSL | 187.67º | 1% | 0.57% | - |
| HSV(B) | 187.67º | 0.86% | 1% | - |
| XYZ | 46.25 | 62.53 | 104.24 | - |
| YUV | 173.08 | 174.22 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 227 | 255 | 0.86 | 0.11 | 0 | 0 | 187.67 | 1 | 0.57 |
| Hex | 24 | E3 | FF | 56 | B | 0 | 0 | BC | 64 | 39 |
| Octal | 44 | 343 | 377 | 126 | 13 | 0 | 0 | 274 | 144 | 71 |
| Binary | 100100 | 11100011 | 11111111 | 1010110 | 1011 | 0 | 0 | 10111100 | 1100100 | 111001 |
Color Harmonies of #24E3FF
Complementary color
Monochromatic Colors of #24E3FF
Black with #24E3FF
Text Example
Text Example
White with #24E3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E3FF; }
p { color: rgb(36,227,255); }
H1.HeaderClassName
{
color: #24E3FF;
}
.AnyTagClassName
{
color: #24E3FF;
}
</style>
background-color css
<style>
a { background-color: #24E3FF; }
a { background-color: rgb(36,227,255); }
div.DivClassName
{
background-color: #24E3FF;
}
.BgClassName
{
background-color: #24E3FF;
}
</style>
border-color css
<style>
span { border-color: #24E3FF; }
span { border-color: rgb(36,227,255); }
td.TdClassName
{
border-color: #24E3FF;
}
.TagClassName
{
border-color: #24E3FF;
}
</style>