Shades of Bright Turquoise #18EED1
Tints of Bright Turquoise #18EED1
RGB
CMYK
RGB Variations
Color information
#18EED1 (or 0x18EED1) is known color: Bright Turquoise. HEX triplet: 18, EE and D1. RGB value is (24,238,209). Sum of RGB (Red+Green+Blue) = 24+238+209=471 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.10% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #18EED1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EED1 is #E7112E. Grayscale: #AAAAAA. Windows color (decimal): -15143215 or 13757976. OLE color: 13757976.
HSL color Cylindrical-coordinate representation of color #18EED1: hue angle of 171.87º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EED1 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 238 | 209 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.07 |
| HSL | 171.87º | 0.86% | 0.51% | - |
| HSV(B) | 171.87º | 0.9% | 0.93% | - |
| XYZ | 42.46 | 65.95 | 70.81 | - |
| YUV | 170.71 | 149.6 | 23.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 238 | 209 | 0.90 | 0 | 0.12 | 0.07 | 171.87 | 0.86 | 0.51 |
| Hex | 18 | EE | D1 | 5A | 0 | C | 7 | AC | 56 | 33 |
| Octal | 30 | 356 | 321 | 132 | 0 | 14 | 7 | 254 | 126 | 63 |
| Binary | 11000 | 11101110 | 11010001 | 1011010 | 0 | 1100 | 111 | 10101100 | 1010110 | 110011 |
Color Harmonies of #18EED1
Complementary color
Monochromatic Colors of #18EED1
Black with #18EED1
Text Example
Text Example
White with #18EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EED1; }
p { color: rgb(24,238,209); }
H1.HeaderClassName
{
color: #18EED1;
}
.AnyTagClassName
{
color: #18EED1;
}
</style>
background-color css
<style>
a { background-color: #18EED1; }
a { background-color: rgb(24,238,209); }
div.DivClassName
{
background-color: #18EED1;
}
.BgClassName
{
background-color: #18EED1;
}
</style>
border-color css
<style>
span { border-color: #18EED1; }
span { border-color: rgb(24,238,209); }
td.TdClassName
{
border-color: #18EED1;
}
.TagClassName
{
border-color: #18EED1;
}
</style>