Shades of Turquoise #1EDEBB
Tints of Turquoise #1EDEBB
RGB
CMYK
RGB Variations
Color information
#1EDEBB (or 0x1EDEBB) is known color: Turquoise. HEX triplet: 1E, DE and BB. RGB value is (30,222,187). Sum of RGB (Red+Green+Blue) = 30+222+187=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDEBB is #E12144. Grayscale: #A0A0A0. Windows color (decimal): -14754117 or 12312094. OLE color: 12312094.
HSL color Cylindrical-coordinate representation of color #1EDEBB: hue angle of 169.06º 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 #1EDEBB is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 222 | 187 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.13 |
| HSL | 169.06º | 0.76% | 0.49% | - |
| HSV(B) | 169.06º | 0.86% | 0.87% | - |
| XYZ | 35.63 | 56.11 | 55.97 | - |
| YUV | 160.6 | 142.89 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 187 | 0.86 | 0 | 0.16 | 0.13 | 169.06 | 0.76 | 0.49 |
| Hex | 1E | DE | BB | 56 | 0 | 10 | D | A9 | 4C | 31 |
| Octal | 36 | 336 | 273 | 126 | 0 | 20 | 15 | 251 | 114 | 61 |
| Binary | 11110 | 11011110 | 10111011 | 1010110 | 0 | 10000 | 1101 | 10101001 | 1001100 | 110001 |
Color Harmonies of #1EDEBB
Complementary color
Monochromatic Colors of #1EDEBB
Black with #1EDEBB
Text Example
Text Example
White with #1EDEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDEBB; }
p { color: rgb(30,222,187); }
H1.HeaderClassName
{
color: #1EDEBB;
}
.AnyTagClassName
{
color: #1EDEBB;
}
</style>
background-color css
<style>
a { background-color: #1EDEBB; }
a { background-color: rgb(30,222,187); }
div.DivClassName
{
background-color: #1EDEBB;
}
.BgClassName
{
background-color: #1EDEBB;
}
</style>
border-color css
<style>
span { border-color: #1EDEBB; }
span { border-color: rgb(30,222,187); }
td.TdClassName
{
border-color: #1EDEBB;
}
.TagClassName
{
border-color: #1EDEBB;
}
</style>