Shades of Bright Turquoise #24E7DE
Tints of Bright Turquoise #24E7DE
RGB
CMYK
RGB Variations
Color information
#24E7DE (or 0x24E7DE) is known color: Bright Turquoise. HEX triplet: 24, E7 and DE. RGB value is (36,231,222). Sum of RGB (Red+Green+Blue) = 36+231+222=489 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.36% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 231 - color contains mainly: green. Hex color #24E7DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E7DE is #DB1821. Grayscale: #ABABAB. Windows color (decimal): -14358562 or 14608164. OLE color: 14608164.
HSL color Cylindrical-coordinate representation of color #24E7DE: hue angle of 177.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 #24E7DE is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 231 | 222 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.09 |
| HSL | 177.23º | 0.8% | 0.52% | - |
| HSV(B) | 177.23º | 0.84% | 0.91% | - |
| XYZ | 42.49 | 62.8 | 78.99 | - |
| YUV | 171.67 | 156.4 | 31.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 231 | 222 | 0.84 | 0 | 0.04 | 0.09 | 177.23 | 0.8 | 0.52 |
| Hex | 24 | E7 | DE | 54 | 0 | 4 | 9 | B1 | 50 | 34 |
| Octal | 44 | 347 | 336 | 124 | 0 | 4 | 11 | 261 | 120 | 64 |
| Binary | 100100 | 11100111 | 11011110 | 1010100 | 0 | 100 | 1001 | 10110001 | 1010000 | 110100 |
Color Harmonies of #24E7DE
Complementary color
Monochromatic Colors of #24E7DE
Black with #24E7DE
Text Example
Text Example
White with #24E7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E7DE; }
p { color: rgb(36,231,222); }
H1.HeaderClassName
{
color: #24E7DE;
}
.AnyTagClassName
{
color: #24E7DE;
}
</style>
background-color css
<style>
a { background-color: #24E7DE; }
a { background-color: rgb(36,231,222); }
div.DivClassName
{
background-color: #24E7DE;
}
.BgClassName
{
background-color: #24E7DE;
}
</style>
border-color css
<style>
span { border-color: #24E7DE; }
span { border-color: rgb(36,231,222); }
td.TdClassName
{
border-color: #24E7DE;
}
.TagClassName
{
border-color: #24E7DE;
}
</style>