Shades of Bright Turquoise #18EAE0
Tints of Bright Turquoise #18EAE0
RGB
CMYK
RGB Variations
Color information
#18EAE0 (or 0x18EAE0) is known color: Bright Turquoise. HEX triplet: 18, EA and E0. RGB value is (24,234,224). Sum of RGB (Red+Green+Blue) = 24+234+224=482 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.98% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #18EAE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EAE0 is #E7151F. Grayscale: #A9A9A9. Windows color (decimal): -15144224 or 14739992. OLE color: 14739992.
HSL color Cylindrical-coordinate representation of color #18EAE0: hue angle of 177.14º 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 #18EAE0 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 224 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.08 |
| HSL | 177.14º | 0.83% | 0.51% | - |
| HSV(B) | 177.14º | 0.9% | 0.92% | - |
| XYZ | 43.25 | 64.42 | 80.68 | - |
| YUV | 170.07 | 158.43 | 23.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 224 | 0.90 | 0 | 0.04 | 0.08 | 177.14 | 0.83 | 0.51 |
| Hex | 18 | EA | E0 | 5A | 0 | 4 | 8 | B1 | 53 | 33 |
| Octal | 30 | 352 | 340 | 132 | 0 | 4 | 10 | 261 | 123 | 63 |
| Binary | 11000 | 11101010 | 11100000 | 1011010 | 0 | 100 | 1000 | 10110001 | 1010011 | 110011 |
Color Harmonies of #18EAE0
Complementary color
Monochromatic Colors of #18EAE0
Black with #18EAE0
Text Example
Text Example
White with #18EAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EAE0; }
p { color: rgb(24,234,224); }
H1.HeaderClassName
{
color: #18EAE0;
}
.AnyTagClassName
{
color: #18EAE0;
}
</style>
background-color css
<style>
a { background-color: #18EAE0; }
a { background-color: rgb(24,234,224); }
div.DivClassName
{
background-color: #18EAE0;
}
.BgClassName
{
background-color: #18EAE0;
}
</style>
border-color css
<style>
span { border-color: #18EAE0; }
span { border-color: rgb(24,234,224); }
td.TdClassName
{
border-color: #18EAE0;
}
.TagClassName
{
border-color: #18EAE0;
}
</style>