Shades of Bright Turquoise #18EADE
Tints of Bright Turquoise #18EADE
RGB
CMYK
RGB Variations
Color information
#18EADE (or 0x18EADE) is known color: Bright Turquoise. HEX triplet: 18, EA and DE. RGB value is (24,234,222). Sum of RGB (Red+Green+Blue) = 24+234+222=480 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #18EADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EADE is #E71521. Grayscale: #A9A9A9. Windows color (decimal): -15144226 or 14608920. OLE color: 14608920.
HSL color Cylindrical-coordinate representation of color #18EADE: hue angle of 176.57º 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 #18EADE is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 222 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.08 |
| HSL | 176.57º | 0.83% | 0.51% | - |
| HSV(B) | 176.57º | 0.9% | 0.92% | - |
| XYZ | 42.98 | 64.31 | 79.26 | - |
| YUV | 169.84 | 157.43 | 23.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 222 | 0.90 | 0 | 0.05 | 0.08 | 176.57 | 0.83 | 0.51 |
| Hex | 18 | EA | DE | 5A | 0 | 5 | 8 | B1 | 53 | 33 |
| Octal | 30 | 352 | 336 | 132 | 0 | 5 | 10 | 261 | 123 | 63 |
| Binary | 11000 | 11101010 | 11011110 | 1011010 | 0 | 101 | 1000 | 10110001 | 1010011 | 110011 |
Color Harmonies of #18EADE
Complementary color
Monochromatic Colors of #18EADE
Black with #18EADE
Text Example
Text Example
White with #18EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EADE; }
p { color: rgb(24,234,222); }
H1.HeaderClassName
{
color: #18EADE;
}
.AnyTagClassName
{
color: #18EADE;
}
</style>
background-color css
<style>
a { background-color: #18EADE; }
a { background-color: rgb(24,234,222); }
div.DivClassName
{
background-color: #18EADE;
}
.BgClassName
{
background-color: #18EADE;
}
</style>
border-color css
<style>
span { border-color: #18EADE; }
span { border-color: rgb(24,234,222); }
td.TdClassName
{
border-color: #18EADE;
}
.TagClassName
{
border-color: #18EADE;
}
</style>