Shades of Bright Turquoise #1EEED7
Tints of Bright Turquoise #1EEED7
RGB
CMYK
RGB Variations
Color information
#1EEED7 (or 0x1EEED7) is known color: Bright Turquoise. HEX triplet: 1E, EE and D7. RGB value is (30,238,215). Sum of RGB (Red+Green+Blue) = 30+238+215=483 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.21% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEED7 is #E11128. Grayscale: #ADADAD. Windows color (decimal): -14749993 or 14151198. OLE color: 14151198.
HSL color Cylindrical-coordinate representation of color #1EEED7: hue angle of 173.37º 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 #1EEED7 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 215 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.07 |
| HSL | 173.37º | 0.86% | 0.53% | - |
| HSV(B) | 173.37º | 0.87% | 0.93% | - |
| XYZ | 43.38 | 66.33 | 74.81 | - |
| YUV | 173.19 | 151.59 | 25.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 215 | 0.87 | 0 | 0.10 | 0.07 | 173.37 | 0.86 | 0.53 |
| Hex | 1E | EE | D7 | 57 | 0 | A | 7 | AD | 56 | 35 |
| Octal | 36 | 356 | 327 | 127 | 0 | 12 | 7 | 255 | 126 | 65 |
| Binary | 11110 | 11101110 | 11010111 | 1010111 | 0 | 1010 | 111 | 10101101 | 1010110 | 110101 |
Color Harmonies of #1EEED7
Complementary color
Monochromatic Colors of #1EEED7
Black with #1EEED7
Text Example
Text Example
White with #1EEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEED7; }
p { color: rgb(30,238,215); }
H1.HeaderClassName
{
color: #1EEED7;
}
.AnyTagClassName
{
color: #1EEED7;
}
</style>
background-color css
<style>
a { background-color: #1EEED7; }
a { background-color: rgb(30,238,215); }
div.DivClassName
{
background-color: #1EEED7;
}
.BgClassName
{
background-color: #1EEED7;
}
</style>
border-color css
<style>
span { border-color: #1EEED7; }
span { border-color: rgb(30,238,215); }
td.TdClassName
{
border-color: #1EEED7;
}
.TagClassName
{
border-color: #1EEED7;
}
</style>