Shades of Bright Turquoise #1ED7D9
Tints of Bright Turquoise #1ED7D9
RGB
CMYK
RGB Variations
Color information
#1ED7D9 (or 0x1ED7D9) is known color: Bright Turquoise. HEX triplet: 1E, D7 and D9. RGB value is (30,215,217). Sum of RGB (Red+Green+Blue) = 30+215+217=462 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.49% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #1ED7D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED7D9 is #E12826. Grayscale: #9F9F9F. Windows color (decimal): -14755879 or 14276382. OLE color: 14276382.
HSL color Cylindrical-coordinate representation of color #1ED7D9: hue angle of 180.64º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED7D9 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 215 | 217 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.15 |
| HSL | 180.64º | 0.76% | 0.48% | - |
| HSV(B) | 180.64º | 0.86% | 0.85% | - |
| XYZ | 37.36 | 53.89 | 74.08 | - |
| YUV | 159.91 | 160.21 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 215 | 217 | 0.86 | 0.01 | 0 | 0.15 | 180.64 | 0.76 | 0.48 |
| Hex | 1E | D7 | D9 | 56 | 1 | 0 | F | B5 | 4C | 30 |
| Octal | 36 | 327 | 331 | 126 | 1 | 0 | 17 | 265 | 114 | 60 |
| Binary | 11110 | 11010111 | 11011001 | 1010110 | 1 | 0 | 1111 | 10110101 | 1001100 | 110000 |
Color Harmonies of #1ED7D9
Complementary color
Monochromatic Colors of #1ED7D9
Black with #1ED7D9
Text Example
Text Example
White with #1ED7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED7D9; }
p { color: rgb(30,215,217); }
H1.HeaderClassName
{
color: #1ED7D9;
}
.AnyTagClassName
{
color: #1ED7D9;
}
</style>
background-color css
<style>
a { background-color: #1ED7D9; }
a { background-color: rgb(30,215,217); }
div.DivClassName
{
background-color: #1ED7D9;
}
.BgClassName
{
background-color: #1ED7D9;
}
</style>
border-color css
<style>
span { border-color: #1ED7D9; }
span { border-color: rgb(30,215,217); }
td.TdClassName
{
border-color: #1ED7D9;
}
.TagClassName
{
border-color: #1ED7D9;
}
</style>