Shades of Bright Turquoise #18ECDB
Tints of Bright Turquoise #18ECDB
RGB
CMYK
RGB Variations
Color information
#18ECDB (or 0x18ECDB) is known color: Bright Turquoise. HEX triplet: 18, EC and DB. RGB value is (24,236,219). Sum of RGB (Red+Green+Blue) = 24+236+219=479 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.01% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18ECDB is #E71324. Grayscale: #AAAAAA. Windows color (decimal): -15143717 or 14412824. OLE color: 14412824.
HSL color Cylindrical-coordinate representation of color #18ECDB: hue angle of 175.19º degrees, saturation: 0.85, 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 #18ECDB is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 219 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.07 |
| HSL | 175.19º | 0.85% | 0.51% | - |
| HSV(B) | 175.19º | 0.9% | 0.93% | - |
| XYZ | 43.16 | 65.3 | 77.35 | - |
| YUV | 170.67 | 155.26 | 23.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 219 | 0.90 | 0 | 0.07 | 0.07 | 175.19 | 0.85 | 0.51 |
| Hex | 18 | EC | DB | 5A | 0 | 7 | 7 | AF | 55 | 33 |
| Octal | 30 | 354 | 333 | 132 | 0 | 7 | 7 | 257 | 125 | 63 |
| Binary | 11000 | 11101100 | 11011011 | 1011010 | 0 | 111 | 111 | 10101111 | 1010101 | 110011 |
Color Harmonies of #18ECDB
Complementary color
Monochromatic Colors of #18ECDB
Black with #18ECDB
Text Example
Text Example
White with #18ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ECDB; }
p { color: rgb(24,236,219); }
H1.HeaderClassName
{
color: #18ECDB;
}
.AnyTagClassName
{
color: #18ECDB;
}
</style>
background-color css
<style>
a { background-color: #18ECDB; }
a { background-color: rgb(24,236,219); }
div.DivClassName
{
background-color: #18ECDB;
}
.BgClassName
{
background-color: #18ECDB;
}
</style>
border-color css
<style>
span { border-color: #18ECDB; }
span { border-color: rgb(24,236,219); }
td.TdClassName
{
border-color: #18ECDB;
}
.TagClassName
{
border-color: #18ECDB;
}
</style>