Shades of Bright Turquoise #18EADB
Tints of Bright Turquoise #18EADB
RGB
CMYK
RGB Variations
Color information
#18EADB (or 0x18EADB) is known color: Bright Turquoise. HEX triplet: 18, EA and DB. RGB value is (24,234,219). Sum of RGB (Red+Green+Blue) = 24+234+219=477 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.03% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #18EADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EADB is #E71524. Grayscale: #A9A9A9. Windows color (decimal): -15144229 or 14412312. OLE color: 14412312.
HSL color Cylindrical-coordinate representation of color #18EADB: hue angle of 175.71º 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 #18EADB is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 219 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.08 |
| HSL | 175.71º | 0.83% | 0.51% | - |
| HSV(B) | 175.71º | 0.9% | 0.92% | - |
| XYZ | 42.59 | 64.15 | 77.16 | - |
| YUV | 169.5 | 155.93 | 24.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 219 | 0.90 | 0 | 0.06 | 0.08 | 175.71 | 0.83 | 0.51 |
| Hex | 18 | EA | DB | 5A | 0 | 6 | 8 | B0 | 53 | 33 |
| Octal | 30 | 352 | 333 | 132 | 0 | 6 | 10 | 260 | 123 | 63 |
| Binary | 11000 | 11101010 | 11011011 | 1011010 | 0 | 110 | 1000 | 10110000 | 1010011 | 110011 |
Color Harmonies of #18EADB
Complementary color
Monochromatic Colors of #18EADB
Black with #18EADB
Text Example
Text Example
White with #18EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EADB; }
p { color: rgb(24,234,219); }
H1.HeaderClassName
{
color: #18EADB;
}
.AnyTagClassName
{
color: #18EADB;
}
</style>
background-color css
<style>
a { background-color: #18EADB; }
a { background-color: rgb(24,234,219); }
div.DivClassName
{
background-color: #18EADB;
}
.BgClassName
{
background-color: #18EADB;
}
</style>
border-color css
<style>
span { border-color: #18EADB; }
span { border-color: rgb(24,234,219); }
td.TdClassName
{
border-color: #18EADB;
}
.TagClassName
{
border-color: #18EADB;
}
</style>