Shades of Bright Turquoise #1EDDDB
Tints of Bright Turquoise #1EDDDB
RGB
CMYK
RGB Variations
Color information
#1EDDDB (or 0x1EDDDB) is known color: Bright Turquoise. HEX triplet: 1E, DD and DB. RGB value is (30,221,219). Sum of RGB (Red+Green+Blue) = 30+221+219=470 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.38% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDDDB is #E12224. Grayscale: #A3A3A3. Windows color (decimal): -14754341 or 14408990. OLE color: 14408990.
HSL color Cylindrical-coordinate representation of color #1EDDDB: hue angle of 179.37º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDDDB is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 219 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.13 |
| HSL | 179.37º | 0.76% | 0.49% | - |
| HSV(B) | 179.37º | 0.86% | 0.87% | - |
| XYZ | 39.18 | 57.1 | 75.98 | - |
| YUV | 163.66 | 159.22 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 219 | 0.86 | 0 | 0.01 | 0.13 | 179.37 | 0.76 | 0.49 |
| Hex | 1E | DD | DB | 56 | 0 | 1 | D | B3 | 4C | 31 |
| Octal | 36 | 335 | 333 | 126 | 0 | 1 | 15 | 263 | 114 | 61 |
| Binary | 11110 | 11011101 | 11011011 | 1010110 | 0 | 1 | 1101 | 10110011 | 1001100 | 110001 |
Color Harmonies of #1EDDDB
Complementary color
Monochromatic Colors of #1EDDDB
Black with #1EDDDB
Text Example
Text Example
White with #1EDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDDDB; }
p { color: rgb(30,221,219); }
H1.HeaderClassName
{
color: #1EDDDB;
}
.AnyTagClassName
{
color: #1EDDDB;
}
</style>
background-color css
<style>
a { background-color: #1EDDDB; }
a { background-color: rgb(30,221,219); }
div.DivClassName
{
background-color: #1EDDDB;
}
.BgClassName
{
background-color: #1EDDDB;
}
</style>
border-color css
<style>
span { border-color: #1EDDDB; }
span { border-color: rgb(30,221,219); }
td.TdClassName
{
border-color: #1EDDDB;
}
.TagClassName
{
border-color: #1EDDDB;
}
</style>