Shades of Bright Turquoise #1EDADB
Tints of Bright Turquoise #1EDADB
RGB
CMYK
RGB Variations
Color information
#1EDADB (or 0x1EDADB) is known color: Bright Turquoise. HEX triplet: 1E, DA and DB. RGB value is (30,218,219). Sum of RGB (Red+Green+Blue) = 30+218+219=467 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.42% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #1EDADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDADB is #E12524. Grayscale: #A1A1A1. Windows color (decimal): -14755109 or 14408222. OLE color: 14408222.
HSL color Cylindrical-coordinate representation of color #1EDADB: hue angle of 180.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDADB is Cyan = 0.86, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 218 | 219 | - |
| CMYK | 0.86 | 0.00 | 0 | 0.14 |
| HSL | 180.32º | 0.76% | 0.49% | - |
| HSV(B) | 180.32º | 0.86% | 0.86% | - |
| XYZ | 38.39 | 55.53 | 75.71 | - |
| YUV | 161.9 | 160.22 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 219 | 0.86 | 0.00 | 0 | 0.14 | 180.32 | 0.76 | 0.49 |
| Hex | 1E | DA | DB | 56 | 0 | 0 | E | B4 | 4C | 31 |
| Octal | 36 | 332 | 333 | 126 | 0 | 0 | 16 | 264 | 114 | 61 |
| Binary | 11110 | 11011010 | 11011011 | 1010110 | 0 | 0 | 1110 | 10110100 | 1001100 | 110001 |
Color Harmonies of #1EDADB
Complementary color
Monochromatic Colors of #1EDADB
Black with #1EDADB
Text Example
Text Example
White with #1EDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDADB; }
p { color: rgb(30,218,219); }
H1.HeaderClassName
{
color: #1EDADB;
}
.AnyTagClassName
{
color: #1EDADB;
}
</style>
background-color css
<style>
a { background-color: #1EDADB; }
a { background-color: rgb(30,218,219); }
div.DivClassName
{
background-color: #1EDADB;
}
.BgClassName
{
background-color: #1EDADB;
}
</style>
border-color css
<style>
span { border-color: #1EDADB; }
span { border-color: rgb(30,218,219); }
td.TdClassName
{
border-color: #1EDADB;
}
.TagClassName
{
border-color: #1EDADB;
}
</style>