Shades of Bright Turquoise #1EEAD7
Tints of Bright Turquoise #1EEAD7
RGB
CMYK
RGB Variations
Color information
#1EEAD7 (or 0x1EEAD7) is known color: Bright Turquoise. HEX triplet: 1E, EA and D7. RGB value is (30,234,215). Sum of RGB (Red+Green+Blue) = 30+234+215=479 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.26% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #1EEAD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEAD7 is #E11528. Grayscale: #AAAAAA. Windows color (decimal): -14751017 or 14150174. OLE color: 14150174.
HSL color Cylindrical-coordinate representation of color #1EEAD7: hue angle of 174.41º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEAD7 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 234 | 215 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.08 |
| HSL | 174.41º | 0.83% | 0.52% | - |
| HSV(B) | 174.41º | 0.87% | 0.92% | - |
| XYZ | 42.22 | 64.03 | 74.42 | - |
| YUV | 170.84 | 152.91 | 27.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 234 | 215 | 0.87 | 0 | 0.08 | 0.08 | 174.41 | 0.83 | 0.52 |
| Hex | 1E | EA | D7 | 57 | 0 | 8 | 8 | AE | 53 | 34 |
| Octal | 36 | 352 | 327 | 127 | 0 | 10 | 10 | 256 | 123 | 64 |
| Binary | 11110 | 11101010 | 11010111 | 1010111 | 0 | 1000 | 1000 | 10101110 | 1010011 | 110100 |
Color Harmonies of #1EEAD7
Complementary color
Monochromatic Colors of #1EEAD7
Black with #1EEAD7
Text Example
Text Example
White with #1EEAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEAD7; }
p { color: rgb(30,234,215); }
H1.HeaderClassName
{
color: #1EEAD7;
}
.AnyTagClassName
{
color: #1EEAD7;
}
</style>
background-color css
<style>
a { background-color: #1EEAD7; }
a { background-color: rgb(30,234,215); }
div.DivClassName
{
background-color: #1EEAD7;
}
.BgClassName
{
background-color: #1EEAD7;
}
</style>
border-color css
<style>
span { border-color: #1EEAD7; }
span { border-color: rgb(30,234,215); }
td.TdClassName
{
border-color: #1EEAD7;
}
.TagClassName
{
border-color: #1EEAD7;
}
</style>