Shades of Bright Turquoise #1EDBE0
Tints of Bright Turquoise #1EDBE0
RGB
CMYK
RGB Variations
Color information
#1EDBE0 (or 0x1EDBE0) is known color: Bright Turquoise. HEX triplet: 1E, DB and E0. RGB value is (30,219,224). Sum of RGB (Red+Green+Blue) = 30+219+224=473 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.34% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #1EDBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDBE0 is #E1241F. Grayscale: #A2A2A2. Windows color (decimal): -14754848 or 14736158. OLE color: 14736158.
HSL color Cylindrical-coordinate representation of color #1EDBE0: hue angle of 181.55º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDBE0 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 219 | 224 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.12 |
| HSL | 181.55º | 0.76% | 0.5% | - |
| HSV(B) | 181.55º | 0.87% | 0.88% | - |
| XYZ | 39.32 | 56.32 | 79.32 | - |
| YUV | 163.06 | 162.38 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 224 | 0.87 | 0.02 | 0 | 0.12 | 181.55 | 0.76 | 0.5 |
| Hex | 1E | DB | E0 | 57 | 2 | 0 | C | B6 | 4C | 32 |
| Octal | 36 | 333 | 340 | 127 | 2 | 0 | 14 | 266 | 114 | 62 |
| Binary | 11110 | 11011011 | 11100000 | 1010111 | 10 | 0 | 1100 | 10110110 | 1001100 | 110010 |
Color Harmonies of #1EDBE0
Complementary color
Monochromatic Colors of #1EDBE0
Black with #1EDBE0
Text Example
Text Example
White with #1EDBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDBE0; }
p { color: rgb(30,219,224); }
H1.HeaderClassName
{
color: #1EDBE0;
}
.AnyTagClassName
{
color: #1EDBE0;
}
</style>
background-color css
<style>
a { background-color: #1EDBE0; }
a { background-color: rgb(30,219,224); }
div.DivClassName
{
background-color: #1EDBE0;
}
.BgClassName
{
background-color: #1EDBE0;
}
</style>
border-color css
<style>
span { border-color: #1EDBE0; }
span { border-color: rgb(30,219,224); }
td.TdClassName
{
border-color: #1EDBE0;
}
.TagClassName
{
border-color: #1EDBE0;
}
</style>