Shades of Bright Turquoise #1EDBCE
Tints of Bright Turquoise #1EDBCE
RGB
CMYK
RGB Variations
Color information
#1EDBCE (or 0x1EDBCE) is known color: Bright Turquoise. HEX triplet: 1E, DB and CE. RGB value is (30,219,206). Sum of RGB (Red+Green+Blue) = 30+219+206=455 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.59% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDBCE is #E12431. Grayscale: #A0A0A0. Windows color (decimal): -14754866 or 13556510. OLE color: 13556510.
HSL color Cylindrical-coordinate representation of color #1EDBCE: hue angle of 175.87º 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 #1EDBCE is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 206 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.14 |
| HSL | 175.87º | 0.76% | 0.49% | - |
| HSV(B) | 175.87º | 0.86% | 0.86% | - |
| XYZ | 37.01 | 55.4 | 67.13 | - |
| YUV | 161.01 | 153.38 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 206 | 0.86 | 0 | 0.06 | 0.14 | 175.87 | 0.76 | 0.49 |
| Hex | 1E | DB | CE | 56 | 0 | 6 | E | B0 | 4C | 31 |
| Octal | 36 | 333 | 316 | 126 | 0 | 6 | 16 | 260 | 114 | 61 |
| Binary | 11110 | 11011011 | 11001110 | 1010110 | 0 | 110 | 1110 | 10110000 | 1001100 | 110001 |
Color Harmonies of #1EDBCE
Complementary color
Monochromatic Colors of #1EDBCE
Black with #1EDBCE
Text Example
Text Example
White with #1EDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDBCE; }
p { color: rgb(30,219,206); }
H1.HeaderClassName
{
color: #1EDBCE;
}
.AnyTagClassName
{
color: #1EDBCE;
}
</style>
background-color css
<style>
a { background-color: #1EDBCE; }
a { background-color: rgb(30,219,206); }
div.DivClassName
{
background-color: #1EDBCE;
}
.BgClassName
{
background-color: #1EDBCE;
}
</style>
border-color css
<style>
span { border-color: #1EDBCE; }
span { border-color: rgb(30,219,206); }
td.TdClassName
{
border-color: #1EDBCE;
}
.TagClassName
{
border-color: #1EDBCE;
}
</style>