Shades of Bright Turquoise #18EAC2
Tints of Bright Turquoise #18EAC2
RGB
CMYK
RGB Variations
Color information
#18EAC2 (or 0x18EAC2) is known color: Bright Turquoise. HEX triplet: 18, EA and C2. RGB value is (24,234,194). Sum of RGB (Red+Green+Blue) = 24+234+194=452 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.31% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #18EAC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EAC2 is #E7153D. Grayscale: #A6A6A6. Windows color (decimal): -15144254 or 12773912. OLE color: 12773912.
HSL color Cylindrical-coordinate representation of color #18EAC2: hue angle of 168.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 #18EAC2 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 194 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.08 |
| HSL | 168.57º | 0.83% | 0.51% | - |
| HSV(B) | 168.57º | 0.9% | 0.92% | - |
| XYZ | 39.54 | 62.93 | 61.1 | - |
| YUV | 166.65 | 143.43 | 26.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 194 | 0.90 | 0 | 0.17 | 0.08 | 168.57 | 0.83 | 0.51 |
| Hex | 18 | EA | C2 | 5A | 0 | 11 | 8 | A9 | 53 | 33 |
| Octal | 30 | 352 | 302 | 132 | 0 | 21 | 10 | 251 | 123 | 63 |
| Binary | 11000 | 11101010 | 11000010 | 1011010 | 0 | 10001 | 1000 | 10101001 | 1010011 | 110011 |
Color Harmonies of #18EAC2
Complementary color
Monochromatic Colors of #18EAC2
Black with #18EAC2
Text Example
Text Example
White with #18EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EAC2; }
p { color: rgb(24,234,194); }
H1.HeaderClassName
{
color: #18EAC2;
}
.AnyTagClassName
{
color: #18EAC2;
}
</style>
background-color css
<style>
a { background-color: #18EAC2; }
a { background-color: rgb(24,234,194); }
div.DivClassName
{
background-color: #18EAC2;
}
.BgClassName
{
background-color: #18EAC2;
}
</style>
border-color css
<style>
span { border-color: #18EAC2; }
span { border-color: rgb(24,234,194); }
td.TdClassName
{
border-color: #18EAC2;
}
.TagClassName
{
border-color: #18EAC2;
}
</style>