Shades of Bright Turquoise #18EAC0
Tints of Bright Turquoise #18EAC0
RGB
CMYK
RGB Variations
Color information
#18EAC0 (or 0x18EAC0) is known color: Bright Turquoise. HEX triplet: 18, EA and C0. RGB value is (24,234,192). Sum of RGB (Red+Green+Blue) = 24+234+192=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #18EAC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EAC0 is #E7153F. Grayscale: #A6A6A6. Windows color (decimal): -15144256 or 12642840. OLE color: 12642840.
HSL color Cylindrical-coordinate representation of color #18EAC0: hue angle of 168º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EAC0 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 192 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.08 |
| HSL | 168º | 0.83% | 0.51% | - |
| HSV(B) | 168º | 0.9% | 0.92% | - |
| XYZ | 39.31 | 62.85 | 59.93 | - |
| YUV | 166.42 | 142.43 | 26.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 192 | 0.90 | 0 | 0.18 | 0.08 | 168 | 0.83 | 0.51 |
| Hex | 18 | EA | C0 | 5A | 0 | 12 | 8 | A8 | 53 | 33 |
| Octal | 30 | 352 | 300 | 132 | 0 | 22 | 10 | 250 | 123 | 63 |
| Binary | 11000 | 11101010 | 11000000 | 1011010 | 0 | 10010 | 1000 | 10101000 | 1010011 | 110011 |
Color Harmonies of #18EAC0
Complementary color
Monochromatic Colors of #18EAC0
Black with #18EAC0
Text Example
Text Example
White with #18EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EAC0; }
p { color: rgb(24,234,192); }
H1.HeaderClassName
{
color: #18EAC0;
}
.AnyTagClassName
{
color: #18EAC0;
}
</style>
background-color css
<style>
a { background-color: #18EAC0; }
a { background-color: rgb(24,234,192); }
div.DivClassName
{
background-color: #18EAC0;
}
.BgClassName
{
background-color: #18EAC0;
}
</style>
border-color css
<style>
span { border-color: #18EAC0; }
span { border-color: rgb(24,234,192); }
td.TdClassName
{
border-color: #18EAC0;
}
.TagClassName
{
border-color: #18EAC0;
}
</style>