Shades of Bright Turquoise #24F3E5
Tints of Bright Turquoise #24F3E5
RGB
CMYK
RGB Variations
Color information
#24F3E5 (or 0x24F3E5) is known color: Bright Turquoise. HEX triplet: 24, F3 and E5. RGB value is (36,243,229). Sum of RGB (Red+Green+Blue) = 36+243+229=508 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.09% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #24F3E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F3E5 is #DB0C1A. Grayscale: #B3B3B3. Windows color (decimal): -14355483 or 15069988. OLE color: 15069988.
HSL color Cylindrical-coordinate representation of color #24F3E5: hue angle of 175.94º 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 #24F3E5 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 243 | 229 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.05 |
| HSL | 175.94º | 0.9% | 0.55% | - |
| HSV(B) | 175.94º | 0.85% | 0.95% | - |
| XYZ | 46.92 | 70.13 | 85.19 | - |
| YUV | 179.51 | 155.92 | 25.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 243 | 229 | 0.85 | 0 | 0.06 | 0.05 | 175.94 | 0.9 | 0.55 |
| Hex | 24 | F3 | E5 | 55 | 0 | 6 | 5 | B0 | 5A | 37 |
| Octal | 44 | 363 | 345 | 125 | 0 | 6 | 5 | 260 | 132 | 67 |
| Binary | 100100 | 11110011 | 11100101 | 1010101 | 0 | 110 | 101 | 10110000 | 1011010 | 110111 |
Color Harmonies of #24F3E5
Complementary color
Monochromatic Colors of #24F3E5
Black with #24F3E5
Text Example
Text Example
White with #24F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F3E5; }
p { color: rgb(36,243,229); }
H1.HeaderClassName
{
color: #24F3E5;
}
.AnyTagClassName
{
color: #24F3E5;
}
</style>
background-color css
<style>
a { background-color: #24F3E5; }
a { background-color: rgb(36,243,229); }
div.DivClassName
{
background-color: #24F3E5;
}
.BgClassName
{
background-color: #24F3E5;
}
</style>
border-color css
<style>
span { border-color: #24F3E5; }
span { border-color: rgb(36,243,229); }
td.TdClassName
{
border-color: #24F3E5;
}
.TagClassName
{
border-color: #24F3E5;
}
</style>