Shades of Bright Turquoise #1EDAD7
Tints of Bright Turquoise #1EDAD7
RGB
CMYK
RGB Variations
Color information
#1EDAD7 (or 0x1EDAD7) is known color: Bright Turquoise. HEX triplet: 1E, DA and D7. RGB value is (30,218,215). Sum of RGB (Red+Green+Blue) = 30+218+215=463 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.48% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDAD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDAD7 is #E12528. Grayscale: #A1A1A1. Windows color (decimal): -14755113 or 14146078. OLE color: 14146078.
HSL color Cylindrical-coordinate representation of color #1EDAD7: hue angle of 179.04º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDAD7 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 215 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.15 |
| HSL | 179.04º | 0.76% | 0.49% | - |
| HSV(B) | 179.04º | 0.86% | 0.85% | - |
| XYZ | 37.87 | 55.33 | 72.97 | - |
| YUV | 161.45 | 158.22 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 215 | 0.86 | 0 | 0.01 | 0.15 | 179.04 | 0.76 | 0.49 |
| Hex | 1E | DA | D7 | 56 | 0 | 1 | F | B3 | 4C | 31 |
| Octal | 36 | 332 | 327 | 126 | 0 | 1 | 17 | 263 | 114 | 61 |
| Binary | 11110 | 11011010 | 11010111 | 1010110 | 0 | 1 | 1111 | 10110011 | 1001100 | 110001 |
Color Harmonies of #1EDAD7
Complementary color
Monochromatic Colors of #1EDAD7
Black with #1EDAD7
Text Example
Text Example
White with #1EDAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDAD7; }
p { color: rgb(30,218,215); }
H1.HeaderClassName
{
color: #1EDAD7;
}
.AnyTagClassName
{
color: #1EDAD7;
}
</style>
background-color css
<style>
a { background-color: #1EDAD7; }
a { background-color: rgb(30,218,215); }
div.DivClassName
{
background-color: #1EDAD7;
}
.BgClassName
{
background-color: #1EDAD7;
}
</style>
border-color css
<style>
span { border-color: #1EDAD7; }
span { border-color: rgb(30,218,215); }
td.TdClassName
{
border-color: #1EDAD7;
}
.TagClassName
{
border-color: #1EDAD7;
}
</style>