Shades of Turquoise #24EEC1
Tints of Turquoise #24EEC1
RGB
CMYK
RGB Variations
Color information
#24EEC1 (or 0x24EEC1) is known color: Turquoise. HEX triplet: 24, EE and C1. RGB value is (36,238,193). Sum of RGB (Red+Green+Blue) = 36+238+193=467 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.71% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #24EEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EEC1 is #DB113E. Grayscale: #ACACAC. Windows color (decimal): -14356799 or 12709412. OLE color: 12709412.
HSL color Cylindrical-coordinate representation of color #24EEC1: hue angle of 166.63º degrees, saturation: 0.86, 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 #24EEC1 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 238 | 193 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.07 |
| HSL | 166.63º | 0.86% | 0.54% | - |
| HSV(B) | 166.63º | 0.85% | 0.93% | - |
| XYZ | 40.93 | 65.37 | 60.91 | - |
| YUV | 172.47 | 139.58 | 30.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 238 | 193 | 0.85 | 0 | 0.19 | 0.07 | 166.63 | 0.86 | 0.54 |
| Hex | 24 | EE | C1 | 55 | 0 | 13 | 7 | A7 | 56 | 36 |
| Octal | 44 | 356 | 301 | 125 | 0 | 23 | 7 | 247 | 126 | 66 |
| Binary | 100100 | 11101110 | 11000001 | 1010101 | 0 | 10011 | 111 | 10100111 | 1010110 | 110110 |
Color Harmonies of #24EEC1
Complementary color
Monochromatic Colors of #24EEC1
Black with #24EEC1
Text Example
Text Example
White with #24EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EEC1; }
p { color: rgb(36,238,193); }
H1.HeaderClassName
{
color: #24EEC1;
}
.AnyTagClassName
{
color: #24EEC1;
}
</style>
background-color css
<style>
a { background-color: #24EEC1; }
a { background-color: rgb(36,238,193); }
div.DivClassName
{
background-color: #24EEC1;
}
.BgClassName
{
background-color: #24EEC1;
}
</style>
border-color css
<style>
span { border-color: #24EEC1; }
span { border-color: rgb(36,238,193); }
td.TdClassName
{
border-color: #24EEC1;
}
.TagClassName
{
border-color: #24EEC1;
}
</style>