Shades of Bright Turquoise #18EAE1
Tints of Bright Turquoise #18EAE1
RGB
CMYK
RGB Variations
Color information
#18EAE1 (or 0x18EAE1) is known color: Bright Turquoise. HEX triplet: 18, EA and E1. RGB value is (24,234,225). Sum of RGB (Red+Green+Blue) = 24+234+225=483 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.97% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #18EAE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EAE1 is #E7151E. Grayscale: #AAAAAA. Windows color (decimal): -15144223 or 14805528. OLE color: 14805528.
HSL color Cylindrical-coordinate representation of color #18EAE1: hue angle of 177.43º 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 #18EAE1 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 225 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.08 |
| HSL | 177.43º | 0.83% | 0.51% | - |
| HSV(B) | 177.43º | 0.9% | 0.92% | - |
| XYZ | 43.39 | 64.48 | 81.39 | - |
| YUV | 170.18 | 158.93 | 23.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 225 | 0.90 | 0 | 0.04 | 0.08 | 177.43 | 0.83 | 0.51 |
| Hex | 18 | EA | E1 | 5A | 0 | 4 | 8 | B1 | 53 | 33 |
| Octal | 30 | 352 | 341 | 132 | 0 | 4 | 10 | 261 | 123 | 63 |
| Binary | 11000 | 11101010 | 11100001 | 1011010 | 0 | 100 | 1000 | 10110001 | 1010011 | 110011 |
Color Harmonies of #18EAE1
Complementary color
Monochromatic Colors of #18EAE1
Black with #18EAE1
Text Example
Text Example
White with #18EAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EAE1; }
p { color: rgb(24,234,225); }
H1.HeaderClassName
{
color: #18EAE1;
}
.AnyTagClassName
{
color: #18EAE1;
}
</style>
background-color css
<style>
a { background-color: #18EAE1; }
a { background-color: rgb(24,234,225); }
div.DivClassName
{
background-color: #18EAE1;
}
.BgClassName
{
background-color: #18EAE1;
}
</style>
border-color css
<style>
span { border-color: #18EAE1; }
span { border-color: rgb(24,234,225); }
td.TdClassName
{
border-color: #18EAE1;
}
.TagClassName
{
border-color: #18EAE1;
}
</style>