Shades of Turquoise #24EDC2
Tints of Turquoise #24EDC2
RGB
CMYK
RGB Variations
Color information
#24EDC2 (or 0x24EDC2) is known color: Turquoise. HEX triplet: 24, ED and C2. RGB value is (36,237,194). Sum of RGB (Red+Green+Blue) = 36+237+194=467 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.71% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #24EDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EDC2 is #DB123D. Grayscale: #ABABAB. Windows color (decimal): -14357054 or 12774692. OLE color: 12774692.
HSL color Cylindrical-coordinate representation of color #24EDC2: hue angle of 167.16º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24EDC2 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 237 | 194 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.07 |
| HSL | 167.16º | 0.85% | 0.54% | - |
| HSV(B) | 167.16º | 0.85% | 0.93% | - |
| XYZ | 40.75 | 64.84 | 61.41 | - |
| YUV | 172 | 140.41 | 31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 237 | 194 | 0.85 | 0 | 0.18 | 0.07 | 167.16 | 0.85 | 0.54 |
| Hex | 24 | ED | C2 | 55 | 0 | 12 | 7 | A7 | 55 | 36 |
| Octal | 44 | 355 | 302 | 125 | 0 | 22 | 7 | 247 | 125 | 66 |
| Binary | 100100 | 11101101 | 11000010 | 1010101 | 0 | 10010 | 111 | 10100111 | 1010101 | 110110 |
Color Harmonies of #24EDC2
Complementary color
Monochromatic Colors of #24EDC2
Black with #24EDC2
Text Example
Text Example
White with #24EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EDC2; }
p { color: rgb(36,237,194); }
H1.HeaderClassName
{
color: #24EDC2;
}
.AnyTagClassName
{
color: #24EDC2;
}
</style>
background-color css
<style>
a { background-color: #24EDC2; }
a { background-color: rgb(36,237,194); }
div.DivClassName
{
background-color: #24EDC2;
}
.BgClassName
{
background-color: #24EDC2;
}
</style>
border-color css
<style>
span { border-color: #24EDC2; }
span { border-color: rgb(36,237,194); }
td.TdClassName
{
border-color: #24EDC2;
}
.TagClassName
{
border-color: #24EDC2;
}
</style>