Shades of Bright Turquoise #18E4DB
Tints of Bright Turquoise #18E4DB
RGB
CMYK
RGB Variations
Color information
#18E4DB (or 0x18E4DB) is known color: Bright Turquoise. HEX triplet: 18, E4 and DB. RGB value is (24,228,219). Sum of RGB (Red+Green+Blue) = 24+228+219=471 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.10% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 228 - color contains mainly: green. Hex color #18E4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E4DB is #E71B24. Grayscale: #A5A5A5. Windows color (decimal): -15145765 or 14410776. OLE color: 14410776.
HSL color Cylindrical-coordinate representation of color #18E4DB: hue angle of 177.35º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E4DB is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 228 | 219 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.11 |
| HSL | 177.35º | 0.81% | 0.49% | - |
| HSV(B) | 177.35º | 0.89% | 0.89% | - |
| XYZ | 40.91 | 60.8 | 76.6 | - |
| YUV | 165.98 | 157.91 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 228 | 219 | 0.89 | 0 | 0.04 | 0.11 | 177.35 | 0.81 | 0.49 |
| Hex | 18 | E4 | DB | 59 | 0 | 4 | B | B1 | 51 | 31 |
| Octal | 30 | 344 | 333 | 131 | 0 | 4 | 13 | 261 | 121 | 61 |
| Binary | 11000 | 11100100 | 11011011 | 1011001 | 0 | 100 | 1011 | 10110001 | 1010001 | 110001 |
Color Harmonies of #18E4DB
Complementary color
Monochromatic Colors of #18E4DB
Black with #18E4DB
Text Example
Text Example
White with #18E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E4DB; }
p { color: rgb(24,228,219); }
H1.HeaderClassName
{
color: #18E4DB;
}
.AnyTagClassName
{
color: #18E4DB;
}
</style>
background-color css
<style>
a { background-color: #18E4DB; }
a { background-color: rgb(24,228,219); }
div.DivClassName
{
background-color: #18E4DB;
}
.BgClassName
{
background-color: #18E4DB;
}
</style>
border-color css
<style>
span { border-color: #18E4DB; }
span { border-color: rgb(24,228,219); }
td.TdClassName
{
border-color: #18E4DB;
}
.TagClassName
{
border-color: #18E4DB;
}
</style>