Shades of Bright Turquoise #1EDDC9
Tints of Bright Turquoise #1EDDC9
RGB
CMYK
RGB Variations
Color information
#1EDDC9 (or 0x1EDDC9) is known color: Bright Turquoise. HEX triplet: 1E, DD and C9. RGB value is (30,221,201). Sum of RGB (Red+Green+Blue) = 30+221+201=452 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.64% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDDC9 is #E12236. Grayscale: #A1A1A1. Windows color (decimal): -14754359 or 13229342. OLE color: 13229342.
HSL color Cylindrical-coordinate representation of color #1EDDC9: hue angle of 173.72º 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 #1EDDC9 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 201 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.13 |
| HSL | 173.72º | 0.76% | 0.49% | - |
| HSV(B) | 173.72º | 0.86% | 0.87% | - |
| XYZ | 36.93 | 56.21 | 64.16 | - |
| YUV | 161.61 | 150.22 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 201 | 0.86 | 0 | 0.09 | 0.13 | 173.72 | 0.76 | 0.49 |
| Hex | 1E | DD | C9 | 56 | 0 | 9 | D | AE | 4C | 31 |
| Octal | 36 | 335 | 311 | 126 | 0 | 11 | 15 | 256 | 114 | 61 |
| Binary | 11110 | 11011101 | 11001001 | 1010110 | 0 | 1001 | 1101 | 10101110 | 1001100 | 110001 |
Color Harmonies of #1EDDC9
Complementary color
Monochromatic Colors of #1EDDC9
Black with #1EDDC9
Text Example
Text Example
White with #1EDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDDC9; }
p { color: rgb(30,221,201); }
H1.HeaderClassName
{
color: #1EDDC9;
}
.AnyTagClassName
{
color: #1EDDC9;
}
</style>
background-color css
<style>
a { background-color: #1EDDC9; }
a { background-color: rgb(30,221,201); }
div.DivClassName
{
background-color: #1EDDC9;
}
.BgClassName
{
background-color: #1EDDC9;
}
</style>
border-color css
<style>
span { border-color: #1EDDC9; }
span { border-color: rgb(30,221,201); }
td.TdClassName
{
border-color: #1EDDC9;
}
.TagClassName
{
border-color: #1EDDC9;
}
</style>