Shades of Bright Turquoise #18ECE9
Tints of Bright Turquoise #18ECE9
RGB
CMYK
RGB Variations
Color information
#18ECE9 (or 0x18ECE9) is known color: Bright Turquoise. HEX triplet: 18, EC and E9. RGB value is (24,236,233). Sum of RGB (Red+Green+Blue) = 24+236+233=493 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.87% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18ECE9 is #E71316. Grayscale: #ACACAC. Windows color (decimal): -15143703 or 15330328. OLE color: 15330328.
HSL color Cylindrical-coordinate representation of color #18ECE9: hue angle of 179.15º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ECE9 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 233 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.07 |
| HSL | 179.15º | 0.85% | 0.51% | - |
| HSV(B) | 179.15º | 0.9% | 0.93% | - |
| XYZ | 45.08 | 66.07 | 87.47 | - |
| YUV | 172.27 | 162.26 | 22.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 233 | 0.90 | 0 | 0.01 | 0.07 | 179.15 | 0.85 | 0.51 |
| Hex | 18 | EC | E9 | 5A | 0 | 1 | 7 | B3 | 55 | 33 |
| Octal | 30 | 354 | 351 | 132 | 0 | 1 | 7 | 263 | 125 | 63 |
| Binary | 11000 | 11101100 | 11101001 | 1011010 | 0 | 1 | 111 | 10110011 | 1010101 | 110011 |
Color Harmonies of #18ECE9
Complementary color
Monochromatic Colors of #18ECE9
Black with #18ECE9
Text Example
Text Example
White with #18ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ECE9; }
p { color: rgb(24,236,233); }
H1.HeaderClassName
{
color: #18ECE9;
}
.AnyTagClassName
{
color: #18ECE9;
}
</style>
background-color css
<style>
a { background-color: #18ECE9; }
a { background-color: rgb(24,236,233); }
div.DivClassName
{
background-color: #18ECE9;
}
.BgClassName
{
background-color: #18ECE9;
}
</style>
border-color css
<style>
span { border-color: #18ECE9; }
span { border-color: rgb(24,236,233); }
td.TdClassName
{
border-color: #18ECE9;
}
.TagClassName
{
border-color: #18ECE9;
}
</style>