Shades of Bright Turquoise #18EACE
Tints of Bright Turquoise #18EACE
RGB
CMYK
RGB Variations
Color information
#18EACE (or 0x18EACE) is known color: Bright Turquoise. HEX triplet: 18, EA and CE. RGB value is (24,234,206). Sum of RGB (Red+Green+Blue) = 24+234+206=464 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.17% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #18EACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EACE is #E71531. Grayscale: #A7A7A7. Windows color (decimal): -15144242 or 13560344. OLE color: 13560344.
HSL color Cylindrical-coordinate representation of color #18EACE: hue angle of 172º 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 #18EACE is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 206 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.08 |
| HSL | 172º | 0.83% | 0.51% | - |
| HSV(B) | 172º | 0.9% | 0.92% | - |
| XYZ | 40.94 | 63.5 | 68.49 | - |
| YUV | 168.02 | 149.43 | 25.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 206 | 0.90 | 0 | 0.12 | 0.08 | 172 | 0.83 | 0.51 |
| Hex | 18 | EA | CE | 5A | 0 | C | 8 | AC | 53 | 33 |
| Octal | 30 | 352 | 316 | 132 | 0 | 14 | 10 | 254 | 123 | 63 |
| Binary | 11000 | 11101010 | 11001110 | 1011010 | 0 | 1100 | 1000 | 10101100 | 1010011 | 110011 |
Color Harmonies of #18EACE
Complementary color
Monochromatic Colors of #18EACE
Black with #18EACE
Text Example
Text Example
White with #18EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EACE; }
p { color: rgb(24,234,206); }
H1.HeaderClassName
{
color: #18EACE;
}
.AnyTagClassName
{
color: #18EACE;
}
</style>
background-color css
<style>
a { background-color: #18EACE; }
a { background-color: rgb(24,234,206); }
div.DivClassName
{
background-color: #18EACE;
}
.BgClassName
{
background-color: #18EACE;
}
</style>
border-color css
<style>
span { border-color: #18EACE; }
span { border-color: rgb(24,234,206); }
td.TdClassName
{
border-color: #18EACE;
}
.TagClassName
{
border-color: #18EACE;
}
</style>