Shades of Bright Turquoise #18EAD1
Tints of Bright Turquoise #18EAD1
RGB
CMYK
RGB Variations
Color information
#18EAD1 (or 0x18EAD1) is known color: Bright Turquoise. HEX triplet: 18, EA and D1. RGB value is (24,234,209). Sum of RGB (Red+Green+Blue) = 24+234+209=467 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.14% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #18EAD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EAD1 is #E7152E. Grayscale: #A8A8A8. Windows color (decimal): -15144239 or 13756952. OLE color: 13756952.
HSL color Cylindrical-coordinate representation of color #18EAD1: hue angle of 172.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 #18EAD1 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 209 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.08 |
| HSL | 172.86º | 0.83% | 0.51% | - |
| HSV(B) | 172.86º | 0.9% | 0.92% | - |
| XYZ | 41.31 | 63.64 | 70.43 | - |
| YUV | 168.36 | 150.93 | 25.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 209 | 0.90 | 0 | 0.11 | 0.08 | 172.86 | 0.83 | 0.51 |
| Hex | 18 | EA | D1 | 5A | 0 | B | 8 | AD | 53 | 33 |
| Octal | 30 | 352 | 321 | 132 | 0 | 13 | 10 | 255 | 123 | 63 |
| Binary | 11000 | 11101010 | 11010001 | 1011010 | 0 | 1011 | 1000 | 10101101 | 1010011 | 110011 |
Color Harmonies of #18EAD1
Complementary color
Monochromatic Colors of #18EAD1
Black with #18EAD1
Text Example
Text Example
White with #18EAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EAD1; }
p { color: rgb(24,234,209); }
H1.HeaderClassName
{
color: #18EAD1;
}
.AnyTagClassName
{
color: #18EAD1;
}
</style>
background-color css
<style>
a { background-color: #18EAD1; }
a { background-color: rgb(24,234,209); }
div.DivClassName
{
background-color: #18EAD1;
}
.BgClassName
{
background-color: #18EAD1;
}
</style>
border-color css
<style>
span { border-color: #18EAD1; }
span { border-color: rgb(24,234,209); }
td.TdClassName
{
border-color: #18EAD1;
}
.TagClassName
{
border-color: #18EAD1;
}
</style>