Shades of Bright Turquoise #18EAE6
Tints of Bright Turquoise #18EAE6
RGB
CMYK
RGB Variations
Color information
#18EAE6 (or 0x18EAE6) is known color: Bright Turquoise. HEX triplet: 18, EA and E6. RGB value is (24,234,230). Sum of RGB (Red+Green+Blue) = 24+234+230=488 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.92% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #18EAE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EAE6 is #E71519. Grayscale: #AAAAAA. Windows color (decimal): -15144218 or 15133208. OLE color: 15133208.
HSL color Cylindrical-coordinate representation of color #18EAE6: hue angle of 178.86º 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 #18EAE6 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 230 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.08 |
| HSL | 178.86º | 0.83% | 0.51% | - |
| HSV(B) | 178.86º | 0.9% | 0.92% | - |
| XYZ | 44.08 | 64.75 | 85.04 | - |
| YUV | 170.75 | 161.43 | 23.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 230 | 0.90 | 0 | 0.02 | 0.08 | 178.86 | 0.83 | 0.51 |
| Hex | 18 | EA | E6 | 5A | 0 | 2 | 8 | B3 | 53 | 33 |
| Octal | 30 | 352 | 346 | 132 | 0 | 2 | 10 | 263 | 123 | 63 |
| Binary | 11000 | 11101010 | 11100110 | 1011010 | 0 | 10 | 1000 | 10110011 | 1010011 | 110011 |
Color Harmonies of #18EAE6
Complementary color
Monochromatic Colors of #18EAE6
Black with #18EAE6
Text Example
Text Example
White with #18EAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EAE6; }
p { color: rgb(24,234,230); }
H1.HeaderClassName
{
color: #18EAE6;
}
.AnyTagClassName
{
color: #18EAE6;
}
</style>
background-color css
<style>
a { background-color: #18EAE6; }
a { background-color: rgb(24,234,230); }
div.DivClassName
{
background-color: #18EAE6;
}
.BgClassName
{
background-color: #18EAE6;
}
</style>
border-color css
<style>
span { border-color: #18EAE6; }
span { border-color: rgb(24,234,230); }
td.TdClassName
{
border-color: #18EAE6;
}
.TagClassName
{
border-color: #18EAE6;
}
</style>