Shades of Turquoise #1EDEC2
Tints of Turquoise #1EDEC2
RGB
CMYK
RGB Variations
Color information
#1EDEC2 (or 0x1EDEC2) is known color: Turquoise. HEX triplet: 1E, DE and C2. RGB value is (30,222,194). Sum of RGB (Red+Green+Blue) = 30+222+194=446 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.73% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDEC2 is #E1213D. Grayscale: #A1A1A1. Windows color (decimal): -14754110 or 12770846. OLE color: 12770846.
HSL color Cylindrical-coordinate representation of color #1EDEC2: hue angle of 171.25º 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 #1EDEC2 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 222 | 194 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.13 |
| HSL | 171.25º | 0.76% | 0.49% | - |
| HSV(B) | 171.25º | 0.86% | 0.87% | - |
| XYZ | 36.39 | 56.41 | 60.01 | - |
| YUV | 161.4 | 146.39 | 34.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 194 | 0.86 | 0 | 0.13 | 0.13 | 171.25 | 0.76 | 0.49 |
| Hex | 1E | DE | C2 | 56 | 0 | D | D | AB | 4C | 31 |
| Octal | 36 | 336 | 302 | 126 | 0 | 15 | 15 | 253 | 114 | 61 |
| Binary | 11110 | 11011110 | 11000010 | 1010110 | 0 | 1101 | 1101 | 10101011 | 1001100 | 110001 |
Color Harmonies of #1EDEC2
Complementary color
Monochromatic Colors of #1EDEC2
Black with #1EDEC2
Text Example
Text Example
White with #1EDEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDEC2; }
p { color: rgb(30,222,194); }
H1.HeaderClassName
{
color: #1EDEC2;
}
.AnyTagClassName
{
color: #1EDEC2;
}
</style>
background-color css
<style>
a { background-color: #1EDEC2; }
a { background-color: rgb(30,222,194); }
div.DivClassName
{
background-color: #1EDEC2;
}
.BgClassName
{
background-color: #1EDEC2;
}
</style>
border-color css
<style>
span { border-color: #1EDEC2; }
span { border-color: rgb(30,222,194); }
td.TdClassName
{
border-color: #1EDEC2;
}
.TagClassName
{
border-color: #1EDEC2;
}
</style>