Shades of Bright Turquoise #24E3E7
Tints of Bright Turquoise #24E3E7
RGB
CMYK
RGB Variations
Color information
#24E3E7 (or 0x24E3E7) is known color: Bright Turquoise. HEX triplet: 24, E3 and E7. RGB value is (36,227,231). Sum of RGB (Red+Green+Blue) = 36+227+231=494 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.29% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #24E3E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24E3E7 is #DB1C18. Grayscale: #AAAAAA. Windows color (decimal): -14359577 or 15196964. OLE color: 15196964.
HSL color Cylindrical-coordinate representation of color #24E3E7: hue angle of 181.23º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E3E7 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 227 | 231 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.09 |
| HSL | 181.23º | 0.8% | 0.52% | - |
| HSV(B) | 181.23º | 0.84% | 0.91% | - |
| XYZ | 42.62 | 61.08 | 85.15 | - |
| YUV | 170.35 | 162.22 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 227 | 231 | 0.84 | 0.02 | 0 | 0.09 | 181.23 | 0.8 | 0.52 |
| Hex | 24 | E3 | E7 | 54 | 2 | 0 | 9 | B5 | 50 | 34 |
| Octal | 44 | 343 | 347 | 124 | 2 | 0 | 11 | 265 | 120 | 64 |
| Binary | 100100 | 11100011 | 11100111 | 1010100 | 10 | 0 | 1001 | 10110101 | 1010000 | 110100 |
Color Harmonies of #24E3E7
Complementary color
Monochromatic Colors of #24E3E7
Black with #24E3E7
Text Example
Text Example
White with #24E3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E3E7; }
p { color: rgb(36,227,231); }
H1.HeaderClassName
{
color: #24E3E7;
}
.AnyTagClassName
{
color: #24E3E7;
}
</style>
background-color css
<style>
a { background-color: #24E3E7; }
a { background-color: rgb(36,227,231); }
div.DivClassName
{
background-color: #24E3E7;
}
.BgClassName
{
background-color: #24E3E7;
}
</style>
border-color css
<style>
span { border-color: #24E3E7; }
span { border-color: rgb(36,227,231); }
td.TdClassName
{
border-color: #24E3E7;
}
.TagClassName
{
border-color: #24E3E7;
}
</style>