Shades of Turquoise #24E7C1
Tints of Turquoise #24E7C1
RGB
CMYK
RGB Variations
Color information
#24E7C1 (or 0x24E7C1) is known color: Turquoise. HEX triplet: 24, E7 and C1. RGB value is (36,231,193). Sum of RGB (Red+Green+Blue) = 36+231+193=460 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.83% from 460); Green value is 231 (90.62% from 255 or 50.22% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 231 - color contains mainly: green. Hex color #24E7C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E7C1 is #DB183E. Grayscale: #A8A8A8. Windows color (decimal): -14358591 or 12707620. OLE color: 12707620.
HSL color Cylindrical-coordinate representation of color #24E7C1: hue angle of 168.31º 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 #24E7C1 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 231 | 193 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.09 |
| HSL | 168.31º | 0.8% | 0.52% | - |
| HSV(B) | 168.31º | 0.84% | 0.91% | - |
| XYZ | 38.93 | 61.38 | 60.25 | - |
| YUV | 168.36 | 141.9 | 33.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 231 | 193 | 0.84 | 0 | 0.16 | 0.09 | 168.31 | 0.8 | 0.52 |
| Hex | 24 | E7 | C1 | 54 | 0 | 10 | 9 | A8 | 50 | 34 |
| Octal | 44 | 347 | 301 | 124 | 0 | 20 | 11 | 250 | 120 | 64 |
| Binary | 100100 | 11100111 | 11000001 | 1010100 | 0 | 10000 | 1001 | 10101000 | 1010000 | 110100 |
Color Harmonies of #24E7C1
Complementary color
Monochromatic Colors of #24E7C1
Black with #24E7C1
Text Example
Text Example
White with #24E7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E7C1; }
p { color: rgb(36,231,193); }
H1.HeaderClassName
{
color: #24E7C1;
}
.AnyTagClassName
{
color: #24E7C1;
}
</style>
background-color css
<style>
a { background-color: #24E7C1; }
a { background-color: rgb(36,231,193); }
div.DivClassName
{
background-color: #24E7C1;
}
.BgClassName
{
background-color: #24E7C1;
}
</style>
border-color css
<style>
span { border-color: #24E7C1; }
span { border-color: rgb(36,231,193); }
td.TdClassName
{
border-color: #24E7C1;
}
.TagClassName
{
border-color: #24E7C1;
}
</style>