Shades of Bright Turquoise #1EDCC6
Tints of Bright Turquoise #1EDCC6
RGB
CMYK
RGB Variations
Color information
#1EDCC6 (or 0x1EDCC6) is known color: Bright Turquoise. HEX triplet: 1E, DC and C6. RGB value is (30,220,198). Sum of RGB (Red+Green+Blue) = 30+220+198=448 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.70% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDCC6 is #E12339. Grayscale: #A0A0A0. Windows color (decimal): -14754618 or 13032478. OLE color: 13032478.
HSL color Cylindrical-coordinate representation of color #1EDCC6: hue angle of 173.05º 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 #1EDCC6 is Cyan = 0.86, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 198 | - |
| CMYK | 0.86 | 0 | 0.1 | 0.14 |
| HSL | 173.05º | 0.76% | 0.49% | - |
| HSV(B) | 173.05º | 0.86% | 0.86% | - |
| XYZ | 36.32 | 55.54 | 62.23 | - |
| YUV | 160.68 | 149.05 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 198 | 0.86 | 0 | 0.1 | 0.14 | 173.05 | 0.76 | 0.49 |
| Hex | 1E | DC | C6 | 56 | 0 | A | E | AD | 4C | 31 |
| Octal | 36 | 334 | 306 | 126 | 0 | 12 | 16 | 255 | 114 | 61 |
| Binary | 11110 | 11011100 | 11000110 | 1010110 | 0 | 1010 | 1110 | 10101101 | 1001100 | 110001 |
Color Harmonies of #1EDCC6
Complementary color
Monochromatic Colors of #1EDCC6
Black with #1EDCC6
Text Example
Text Example
White with #1EDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDCC6; }
p { color: rgb(30,220,198); }
H1.HeaderClassName
{
color: #1EDCC6;
}
.AnyTagClassName
{
color: #1EDCC6;
}
</style>
background-color css
<style>
a { background-color: #1EDCC6; }
a { background-color: rgb(30,220,198); }
div.DivClassName
{
background-color: #1EDCC6;
}
.BgClassName
{
background-color: #1EDCC6;
}
</style>
border-color css
<style>
span { border-color: #1EDCC6; }
span { border-color: rgb(30,220,198); }
td.TdClassName
{
border-color: #1EDCC6;
}
.TagClassName
{
border-color: #1EDCC6;
}
</style>