Shades of Bright Turquoise #18EBDB
Tints of Bright Turquoise #18EBDB
RGB
CMYK
RGB Variations
Color information
#18EBDB (or 0x18EBDB) is known color: Bright Turquoise. HEX triplet: 18, EB and DB. RGB value is (24,235,219). Sum of RGB (Red+Green+Blue) = 24+235+219=478 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.02% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #18EBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EBDB is #E71424. Grayscale: #A9A9A9. Windows color (decimal): -15143973 or 14412568. OLE color: 14412568.
HSL color Cylindrical-coordinate representation of color #18EBDB: hue angle of 175.45º degrees, saturation: 0.84, 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 #18EBDB is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 235 | 219 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.08 |
| HSL | 175.45º | 0.84% | 0.51% | - |
| HSV(B) | 175.45º | 0.9% | 0.92% | - |
| XYZ | 42.87 | 64.73 | 77.25 | - |
| YUV | 170.09 | 155.6 | 23.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 235 | 219 | 0.90 | 0 | 0.07 | 0.08 | 175.45 | 0.84 | 0.51 |
| Hex | 18 | EB | DB | 5A | 0 | 7 | 8 | AF | 54 | 33 |
| Octal | 30 | 353 | 333 | 132 | 0 | 7 | 10 | 257 | 124 | 63 |
| Binary | 11000 | 11101011 | 11011011 | 1011010 | 0 | 111 | 1000 | 10101111 | 1010100 | 110011 |
Color Harmonies of #18EBDB
Complementary color
Monochromatic Colors of #18EBDB
Black with #18EBDB
Text Example
Text Example
White with #18EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EBDB; }
p { color: rgb(24,235,219); }
H1.HeaderClassName
{
color: #18EBDB;
}
.AnyTagClassName
{
color: #18EBDB;
}
</style>
background-color css
<style>
a { background-color: #18EBDB; }
a { background-color: rgb(24,235,219); }
div.DivClassName
{
background-color: #18EBDB;
}
.BgClassName
{
background-color: #18EBDB;
}
</style>
border-color css
<style>
span { border-color: #18EBDB; }
span { border-color: rgb(24,235,219); }
td.TdClassName
{
border-color: #18EBDB;
}
.TagClassName
{
border-color: #18EBDB;
}
</style>