Shades of Bright Turquoise #18EEC9
Tints of Bright Turquoise #18EEC9
RGB
CMYK
RGB Variations
Color information
#18EEC9 (or 0x18EEC9) is known color: Bright Turquoise. HEX triplet: 18, EE and C9. RGB value is (24,238,201). Sum of RGB (Red+Green+Blue) = 24+238+201=463 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.18% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #18EEC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EEC9 is #E71136. Grayscale: #A9A9A9. Windows color (decimal): -15143223 or 13233688. OLE color: 13233688.
HSL color Cylindrical-coordinate representation of color #18EEC9: hue angle of 169.63º degrees, saturation: 0.86, 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 #18EEC9 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 238 | 201 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.07 |
| HSL | 169.63º | 0.86% | 0.51% | - |
| HSV(B) | 169.63º | 0.9% | 0.93% | - |
| XYZ | 41.49 | 65.56 | 65.73 | - |
| YUV | 169.8 | 145.6 | 24.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 238 | 201 | 0.90 | 0 | 0.16 | 0.07 | 169.63 | 0.86 | 0.51 |
| Hex | 18 | EE | C9 | 5A | 0 | 10 | 7 | AA | 56 | 33 |
| Octal | 30 | 356 | 311 | 132 | 0 | 20 | 7 | 252 | 126 | 63 |
| Binary | 11000 | 11101110 | 11001001 | 1011010 | 0 | 10000 | 111 | 10101010 | 1010110 | 110011 |
Color Harmonies of #18EEC9
Complementary color
Monochromatic Colors of #18EEC9
Black with #18EEC9
Text Example
Text Example
White with #18EEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EEC9; }
p { color: rgb(24,238,201); }
H1.HeaderClassName
{
color: #18EEC9;
}
.AnyTagClassName
{
color: #18EEC9;
}
</style>
background-color css
<style>
a { background-color: #18EEC9; }
a { background-color: rgb(24,238,201); }
div.DivClassName
{
background-color: #18EEC9;
}
.BgClassName
{
background-color: #18EEC9;
}
</style>
border-color css
<style>
span { border-color: #18EEC9; }
span { border-color: rgb(24,238,201); }
td.TdClassName
{
border-color: #18EEC9;
}
.TagClassName
{
border-color: #18EEC9;
}
</style>