Shades of Bright Turquoise #18E5C2
Tints of Bright Turquoise #18E5C2
RGB
CMYK
RGB Variations
Color information
#18E5C2 (or 0x18E5C2) is known color: Bright Turquoise. HEX triplet: 18, E5 and C2. RGB value is (24,229,194). Sum of RGB (Red+Green+Blue) = 24+229+194=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #18E5C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E5C2 is #E71A3D. Grayscale: #A3A3A3. Windows color (decimal): -15145534 or 12772632. OLE color: 12772632.
HSL color Cylindrical-coordinate representation of color #18E5C2: hue angle of 169.76º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E5C2 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 229 | 194 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.10 |
| HSL | 169.76º | 0.81% | 0.5% | - |
| HSV(B) | 169.76º | 0.9% | 0.9% | - |
| XYZ | 38.13 | 60.13 | 60.63 | - |
| YUV | 163.72 | 145.08 | 28.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 229 | 194 | 0.90 | 0 | 0.15 | 0.10 | 169.76 | 0.81 | 0.5 |
| Hex | 18 | E5 | C2 | 5A | 0 | F | A | AA | 51 | 32 |
| Octal | 30 | 345 | 302 | 132 | 0 | 17 | 12 | 252 | 121 | 62 |
| Binary | 11000 | 11100101 | 11000010 | 1011010 | 0 | 1111 | 1010 | 10101010 | 1010001 | 110010 |
Color Harmonies of #18E5C2
Complementary color
Monochromatic Colors of #18E5C2
Black with #18E5C2
Text Example
Text Example
White with #18E5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E5C2; }
p { color: rgb(24,229,194); }
H1.HeaderClassName
{
color: #18E5C2;
}
.AnyTagClassName
{
color: #18E5C2;
}
</style>
background-color css
<style>
a { background-color: #18E5C2; }
a { background-color: rgb(24,229,194); }
div.DivClassName
{
background-color: #18E5C2;
}
.BgClassName
{
background-color: #18E5C2;
}
</style>
border-color css
<style>
span { border-color: #18E5C2; }
span { border-color: rgb(24,229,194); }
td.TdClassName
{
border-color: #18E5C2;
}
.TagClassName
{
border-color: #18E5C2;
}
</style>