Shades of Bright Turquoise #24E8F3
Tints of Bright Turquoise #24E8F3
RGB
CMYK
RGB Variations
Color information
#24E8F3 (or 0x24E8F3) is known color: Bright Turquoise. HEX triplet: 24, E8 and F3. RGB value is (36,232,243). Sum of RGB (Red+Green+Blue) = 36+232+243=511 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.05% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #24E8F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24E8F3 is #DB170C. Grayscale: #AEAEAE. Windows color (decimal): -14358285 or 15984676. OLE color: 15984676.
HSL color Cylindrical-coordinate representation of color #24E8F3: hue angle of 183.19º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24E8F3 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 232 | 243 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.05 |
| HSL | 183.19º | 0.9% | 0.55% | - |
| HSV(B) | 183.19º | 0.85% | 0.95% | - |
| XYZ | 45.76 | 64.56 | 94.84 | - |
| YUV | 174.65 | 166.57 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 232 | 243 | 0.85 | 0.05 | 0 | 0.05 | 183.19 | 0.9 | 0.55 |
| Hex | 24 | E8 | F3 | 55 | 5 | 0 | 5 | B7 | 5A | 37 |
| Octal | 44 | 350 | 363 | 125 | 5 | 0 | 5 | 267 | 132 | 67 |
| Binary | 100100 | 11101000 | 11110011 | 1010101 | 101 | 0 | 101 | 10110111 | 1011010 | 110111 |
Color Harmonies of #24E8F3
Complementary color
Monochromatic Colors of #24E8F3
Black with #24E8F3
Text Example
Text Example
White with #24E8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E8F3; }
p { color: rgb(36,232,243); }
H1.HeaderClassName
{
color: #24E8F3;
}
.AnyTagClassName
{
color: #24E8F3;
}
</style>
background-color css
<style>
a { background-color: #24E8F3; }
a { background-color: rgb(36,232,243); }
div.DivClassName
{
background-color: #24E8F3;
}
.BgClassName
{
background-color: #24E8F3;
}
</style>
border-color css
<style>
span { border-color: #24E8F3; }
span { border-color: rgb(36,232,243); }
td.TdClassName
{
border-color: #24E8F3;
}
.TagClassName
{
border-color: #24E8F3;
}
</style>