Shades of Bright Turquoise #18EAC9
Tints of Bright Turquoise #18EAC9
RGB
CMYK
RGB Variations
Color information
#18EAC9 (or 0x18EAC9) is known color: Bright Turquoise. HEX triplet: 18, EA and C9. RGB value is (24,234,201). Sum of RGB (Red+Green+Blue) = 24+234+201=459 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.23% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #18EAC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EAC9 is #E71536. Grayscale: #A7A7A7. Windows color (decimal): -15144247 or 13232664. OLE color: 13232664.
HSL color Cylindrical-coordinate representation of color #18EAC9: hue angle of 170.57º 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 #18EAC9 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 201 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.08 |
| HSL | 170.57º | 0.83% | 0.51% | - |
| HSV(B) | 170.57º | 0.9% | 0.92% | - |
| XYZ | 40.34 | 63.26 | 65.34 | - |
| YUV | 167.45 | 146.93 | 25.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 201 | 0.90 | 0 | 0.14 | 0.08 | 170.57 | 0.83 | 0.51 |
| Hex | 18 | EA | C9 | 5A | 0 | E | 8 | AB | 53 | 33 |
| Octal | 30 | 352 | 311 | 132 | 0 | 16 | 10 | 253 | 123 | 63 |
| Binary | 11000 | 11101010 | 11001001 | 1011010 | 0 | 1110 | 1000 | 10101011 | 1010011 | 110011 |
Color Harmonies of #18EAC9
Complementary color
Monochromatic Colors of #18EAC9
Black with #18EAC9
Text Example
Text Example
White with #18EAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EAC9; }
p { color: rgb(24,234,201); }
H1.HeaderClassName
{
color: #18EAC9;
}
.AnyTagClassName
{
color: #18EAC9;
}
</style>
background-color css
<style>
a { background-color: #18EAC9; }
a { background-color: rgb(24,234,201); }
div.DivClassName
{
background-color: #18EAC9;
}
.BgClassName
{
background-color: #18EAC9;
}
</style>
border-color css
<style>
span { border-color: #18EAC9; }
span { border-color: rgb(24,234,201); }
td.TdClassName
{
border-color: #18EAC9;
}
.TagClassName
{
border-color: #18EAC9;
}
</style>