Shades of Bright Turquoise #18E4C0
Tints of Bright Turquoise #18E4C0
RGB
CMYK
RGB Variations
Color information
#18E4C0 (or 0x18E4C0) is known color: Bright Turquoise. HEX triplet: 18, E4 and C0. RGB value is (24,228,192). Sum of RGB (Red+Green+Blue) = 24+228+192=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 228 (89.45% from 255 or 51.35% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 228 - color contains mainly: green. Hex color #18E4C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E4C0 is #E71B3F. Grayscale: #A2A2A2. Windows color (decimal): -15145792 or 12641304. OLE color: 12641304.
HSL color Cylindrical-coordinate representation of color #18E4C0: hue angle of 169.41º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E4C0 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 228 | 192 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.11 |
| HSL | 169.41º | 0.81% | 0.49% | - |
| HSV(B) | 169.41º | 0.89% | 0.89% | - |
| XYZ | 37.63 | 59.49 | 59.37 | - |
| YUV | 162.9 | 144.41 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 228 | 192 | 0.89 | 0 | 0.16 | 0.11 | 169.41 | 0.81 | 0.49 |
| Hex | 18 | E4 | C0 | 59 | 0 | 10 | B | A9 | 51 | 31 |
| Octal | 30 | 344 | 300 | 131 | 0 | 20 | 13 | 251 | 121 | 61 |
| Binary | 11000 | 11100100 | 11000000 | 1011001 | 0 | 10000 | 1011 | 10101001 | 1010001 | 110001 |
Color Harmonies of #18E4C0
Complementary color
Monochromatic Colors of #18E4C0
Black with #18E4C0
Text Example
Text Example
White with #18E4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E4C0; }
p { color: rgb(24,228,192); }
H1.HeaderClassName
{
color: #18E4C0;
}
.AnyTagClassName
{
color: #18E4C0;
}
</style>
background-color css
<style>
a { background-color: #18E4C0; }
a { background-color: rgb(24,228,192); }
div.DivClassName
{
background-color: #18E4C0;
}
.BgClassName
{
background-color: #18E4C0;
}
</style>
border-color css
<style>
span { border-color: #18E4C0; }
span { border-color: rgb(24,228,192); }
td.TdClassName
{
border-color: #18E4C0;
}
.TagClassName
{
border-color: #18E4C0;
}
</style>