Shades of Bright Turquoise #24F5E2
Tints of Bright Turquoise #24F5E2
RGB
CMYK
RGB Variations
Color information
#24F5E2 (or 0x24F5E2) is known color: Bright Turquoise. HEX triplet: 24, F5 and E2. RGB value is (36,245,226). Sum of RGB (Red+Green+Blue) = 36+245+226=507 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.10% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #24F5E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F5E2 is #DB0A1D. Grayscale: #B4B4B4. Windows color (decimal): -14354974 or 14873892. OLE color: 14873892.
HSL color Cylindrical-coordinate representation of color #24F5E2: hue angle of 174.55º 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 #24F5E2 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 245 | 226 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.04 |
| HSL | 174.55º | 0.91% | 0.55% | - |
| HSV(B) | 174.55º | 0.85% | 0.96% | - |
| XYZ | 47.11 | 71.17 | 83.21 | - |
| YUV | 180.34 | 153.76 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 245 | 226 | 0.85 | 0 | 0.08 | 0.04 | 174.55 | 0.91 | 0.55 |
| Hex | 24 | F5 | E2 | 55 | 0 | 8 | 4 | AF | 5B | 37 |
| Octal | 44 | 365 | 342 | 125 | 0 | 10 | 4 | 257 | 133 | 67 |
| Binary | 100100 | 11110101 | 11100010 | 1010101 | 0 | 1000 | 100 | 10101111 | 1011011 | 110111 |
Color Harmonies of #24F5E2
Complementary color
Monochromatic Colors of #24F5E2
Black with #24F5E2
Text Example
Text Example
White with #24F5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F5E2; }
p { color: rgb(36,245,226); }
H1.HeaderClassName
{
color: #24F5E2;
}
.AnyTagClassName
{
color: #24F5E2;
}
</style>
background-color css
<style>
a { background-color: #24F5E2; }
a { background-color: rgb(36,245,226); }
div.DivClassName
{
background-color: #24F5E2;
}
.BgClassName
{
background-color: #24F5E2;
}
</style>
border-color css
<style>
span { border-color: #24F5E2; }
span { border-color: rgb(36,245,226); }
td.TdClassName
{
border-color: #24F5E2;
}
.TagClassName
{
border-color: #24F5E2;
}
</style>