Shades of Bright Turquoise #18E9C2
Tints of Bright Turquoise #18E9C2
RGB
CMYK
RGB Variations
Color information
#18E9C2 (or 0x18E9C2) is known color: Bright Turquoise. HEX triplet: 18, E9 and C2. RGB value is (24,233,194). Sum of RGB (Red+Green+Blue) = 24+233+194=451 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.32% from 451); Green value is 233 (91.41% from 255 or 51.66% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 233 - color contains mainly: green. Hex color #18E9C2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E9C2 is #E7163D. Grayscale: #A6A6A6. Windows color (decimal): -15144510 or 12773656. OLE color: 12773656.
HSL color Cylindrical-coordinate representation of color #18E9C2: hue angle of 168.8º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E9C2 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 233 | 194 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.09 |
| HSL | 168.8º | 0.83% | 0.5% | - |
| HSV(B) | 168.8º | 0.9% | 0.91% | - |
| XYZ | 39.25 | 62.37 | 61.01 | - |
| YUV | 166.06 | 143.76 | 26.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 233 | 194 | 0.90 | 0 | 0.17 | 0.09 | 168.8 | 0.83 | 0.5 |
| Hex | 18 | E9 | C2 | 5A | 0 | 11 | 9 | A9 | 53 | 32 |
| Octal | 30 | 351 | 302 | 132 | 0 | 21 | 11 | 251 | 123 | 62 |
| Binary | 11000 | 11101001 | 11000010 | 1011010 | 0 | 10001 | 1001 | 10101001 | 1010011 | 110010 |
Color Harmonies of #18E9C2
Complementary color
Monochromatic Colors of #18E9C2
Black with #18E9C2
Text Example
Text Example
White with #18E9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E9C2; }
p { color: rgb(24,233,194); }
H1.HeaderClassName
{
color: #18E9C2;
}
.AnyTagClassName
{
color: #18E9C2;
}
</style>
background-color css
<style>
a { background-color: #18E9C2; }
a { background-color: rgb(24,233,194); }
div.DivClassName
{
background-color: #18E9C2;
}
.BgClassName
{
background-color: #18E9C2;
}
</style>
border-color css
<style>
span { border-color: #18E9C2; }
span { border-color: rgb(24,233,194); }
td.TdClassName
{
border-color: #18E9C2;
}
.TagClassName
{
border-color: #18E9C2;
}
</style>