Shades of Bright Turquoise #1EEED1
Tints of Bright Turquoise #1EEED1
RGB
CMYK
RGB Variations
Color information
#1EEED1 (or 0x1EEED1) is known color: Bright Turquoise. HEX triplet: 1E, EE and D1. RGB value is (30,238,209). Sum of RGB (Red+Green+Blue) = 30+238+209=477 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.29% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEED1 is #E1112E. Grayscale: #ACACAC. Windows color (decimal): -14749999 or 13757982. OLE color: 13757982.
HSL color Cylindrical-coordinate representation of color #1EEED1: hue angle of 171.63º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEED1 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 209 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.07 |
| HSL | 171.63º | 0.86% | 0.53% | - |
| HSV(B) | 171.63º | 0.87% | 0.93% | - |
| XYZ | 42.62 | 66.03 | 70.82 | - |
| YUV | 172.5 | 148.59 | 26.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 209 | 0.87 | 0 | 0.12 | 0.07 | 171.63 | 0.86 | 0.53 |
| Hex | 1E | EE | D1 | 57 | 0 | C | 7 | AC | 56 | 35 |
| Octal | 36 | 356 | 321 | 127 | 0 | 14 | 7 | 254 | 126 | 65 |
| Binary | 11110 | 11101110 | 11010001 | 1010111 | 0 | 1100 | 111 | 10101100 | 1010110 | 110101 |
Color Harmonies of #1EEED1
Complementary color
Monochromatic Colors of #1EEED1
Black with #1EEED1
Text Example
Text Example
White with #1EEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEED1; }
p { color: rgb(30,238,209); }
H1.HeaderClassName
{
color: #1EEED1;
}
.AnyTagClassName
{
color: #1EEED1;
}
</style>
background-color css
<style>
a { background-color: #1EEED1; }
a { background-color: rgb(30,238,209); }
div.DivClassName
{
background-color: #1EEED1;
}
.BgClassName
{
background-color: #1EEED1;
}
</style>
border-color css
<style>
span { border-color: #1EEED1; }
span { border-color: rgb(30,238,209); }
td.TdClassName
{
border-color: #1EEED1;
}
.TagClassName
{
border-color: #1EEED1;
}
</style>