Shades of Bright Turquoise #24F5E3
Tints of Bright Turquoise #24F5E3
RGB
CMYK
RGB Variations
Color information
#24F5E3 (or 0x24F5E3) is known color: Bright Turquoise. HEX triplet: 24, F5 and E3. RGB value is (36,245,227). Sum of RGB (Red+Green+Blue) = 36+245+227=508 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.09% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 227 (89.06% from 255 or 44.69% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #24F5E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F5E3 is #DB0A1C. Grayscale: #B4B4B4. Windows color (decimal): -14354973 or 14939428. OLE color: 14939428.
HSL color Cylindrical-coordinate representation of color #24F5E3: hue angle of 174.83º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F5E3 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 245 | 227 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.04 |
| HSL | 174.83º | 0.91% | 0.55% | - |
| HSV(B) | 174.83º | 0.85% | 0.96% | - |
| XYZ | 47.25 | 71.23 | 83.93 | - |
| YUV | 180.46 | 154.26 | 24.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 245 | 227 | 0.85 | 0 | 0.07 | 0.04 | 174.83 | 0.91 | 0.55 |
| Hex | 24 | F5 | E3 | 55 | 0 | 7 | 4 | AF | 5B | 37 |
| Octal | 44 | 365 | 343 | 125 | 0 | 7 | 4 | 257 | 133 | 67 |
| Binary | 100100 | 11110101 | 11100011 | 1010101 | 0 | 111 | 100 | 10101111 | 1011011 | 110111 |
Color Harmonies of #24F5E3
Complementary color
Monochromatic Colors of #24F5E3
Black with #24F5E3
Text Example
Text Example
White with #24F5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F5E3; }
p { color: rgb(36,245,227); }
H1.HeaderClassName
{
color: #24F5E3;
}
.AnyTagClassName
{
color: #24F5E3;
}
</style>
background-color css
<style>
a { background-color: #24F5E3; }
a { background-color: rgb(36,245,227); }
div.DivClassName
{
background-color: #24F5E3;
}
.BgClassName
{
background-color: #24F5E3;
}
</style>
border-color css
<style>
span { border-color: #24F5E3; }
span { border-color: rgb(36,245,227); }
td.TdClassName
{
border-color: #24F5E3;
}
.TagClassName
{
border-color: #24F5E3;
}
</style>