Shades of Bright Turquoise #24F5E6
Tints of Bright Turquoise #24F5E6
RGB
CMYK
RGB Variations
Color information
#24F5E6 (or 0x24F5E6) is known color: Bright Turquoise. HEX triplet: 24, F5 and E6. RGB value is (36,245,230). Sum of RGB (Red+Green+Blue) = 36+245+230=511 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.05% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #24F5E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24F5E6 is #DB0A19. Grayscale: #B4B4B4. Windows color (decimal): -14354970 or 15136036. OLE color: 15136036.
HSL color Cylindrical-coordinate representation of color #24F5E6: hue angle of 175.69º 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 #24F5E6 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 245 | 230 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.04 |
| HSL | 175.69º | 0.91% | 0.55% | - |
| HSV(B) | 175.69º | 0.85% | 0.96% | - |
| XYZ | 47.66 | 71.39 | 86.13 | - |
| YUV | 180.8 | 155.76 | 24.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 245 | 230 | 0.85 | 0 | 0.06 | 0.04 | 175.69 | 0.91 | 0.55 |
| Hex | 24 | F5 | E6 | 55 | 0 | 6 | 4 | B0 | 5B | 37 |
| Octal | 44 | 365 | 346 | 125 | 0 | 6 | 4 | 260 | 133 | 67 |
| Binary | 100100 | 11110101 | 11100110 | 1010101 | 0 | 110 | 100 | 10110000 | 1011011 | 110111 |
Color Harmonies of #24F5E6
Complementary color
Monochromatic Colors of #24F5E6
Black with #24F5E6
Text Example
Text Example
White with #24F5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F5E6; }
p { color: rgb(36,245,230); }
H1.HeaderClassName
{
color: #24F5E6;
}
.AnyTagClassName
{
color: #24F5E6;
}
</style>
background-color css
<style>
a { background-color: #24F5E6; }
a { background-color: rgb(36,245,230); }
div.DivClassName
{
background-color: #24F5E6;
}
.BgClassName
{
background-color: #24F5E6;
}
</style>
border-color css
<style>
span { border-color: #24F5E6; }
span { border-color: rgb(36,245,230); }
td.TdClassName
{
border-color: #24F5E6;
}
.TagClassName
{
border-color: #24F5E6;
}
</style>