Shades of Bright Turquoise #1EEDCD
Tints of Bright Turquoise #1EEDCD
RGB
CMYK
RGB Variations
Color information
#1EEDCD (or 0x1EEDCD) is known color: Bright Turquoise. HEX triplet: 1E, ED and CD. RGB value is (30,237,205). Sum of RGB (Red+Green+Blue) = 30+237+205=472 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.36% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #1EEDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEDCD is #E11232. Grayscale: #ABABAB. Windows color (decimal): -14750259 or 13495582. OLE color: 13495582.
HSL color Cylindrical-coordinate representation of color #1EEDCD: hue angle of 170.72º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEDCD is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 237 | 205 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.07 |
| HSL | 170.72º | 0.85% | 0.52% | - |
| HSV(B) | 170.72º | 0.87% | 0.93% | - |
| XYZ | 41.84 | 65.25 | 68.15 | - |
| YUV | 171.46 | 146.92 | 27.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 205 | 0.87 | 0 | 0.14 | 0.07 | 170.72 | 0.85 | 0.52 |
| Hex | 1E | ED | CD | 57 | 0 | E | 7 | AB | 55 | 34 |
| Octal | 36 | 355 | 315 | 127 | 0 | 16 | 7 | 253 | 125 | 64 |
| Binary | 11110 | 11101101 | 11001101 | 1010111 | 0 | 1110 | 111 | 10101011 | 1010101 | 110100 |
Color Harmonies of #1EEDCD
Complementary color
Monochromatic Colors of #1EEDCD
Black with #1EEDCD
Text Example
Text Example
White with #1EEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEDCD; }
p { color: rgb(30,237,205); }
H1.HeaderClassName
{
color: #1EEDCD;
}
.AnyTagClassName
{
color: #1EEDCD;
}
</style>
background-color css
<style>
a { background-color: #1EEDCD; }
a { background-color: rgb(30,237,205); }
div.DivClassName
{
background-color: #1EEDCD;
}
.BgClassName
{
background-color: #1EEDCD;
}
</style>
border-color css
<style>
span { border-color: #1EEDCD; }
span { border-color: rgb(30,237,205); }
td.TdClassName
{
border-color: #1EEDCD;
}
.TagClassName
{
border-color: #1EEDCD;
}
</style>