Shades of Bright Turquoise #1EE0D7
Tints of Bright Turquoise #1EE0D7
RGB
CMYK
RGB Variations
Color information
#1EE0D7 (or 0x1EE0D7) is known color: Bright Turquoise. HEX triplet: 1E, E0 and D7. RGB value is (30,224,215). Sum of RGB (Red+Green+Blue) = 30+224+215=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE0D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE0D7 is #E11F28. Grayscale: #A4A4A4. Windows color (decimal): -14753577 or 14147614. OLE color: 14147614.
HSL color Cylindrical-coordinate representation of color #1EE0D7: hue angle of 177.22º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE0D7 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 215 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.12 |
| HSL | 177.22º | 0.76% | 0.5% | - |
| HSV(B) | 177.22º | 0.87% | 0.88% | - |
| XYZ | 39.46 | 58.49 | 73.5 | - |
| YUV | 164.97 | 156.23 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 215 | 0.87 | 0 | 0.04 | 0.12 | 177.22 | 0.76 | 0.5 |
| Hex | 1E | E0 | D7 | 57 | 0 | 4 | C | B1 | 4C | 32 |
| Octal | 36 | 340 | 327 | 127 | 0 | 4 | 14 | 261 | 114 | 62 |
| Binary | 11110 | 11100000 | 11010111 | 1010111 | 0 | 100 | 1100 | 10110001 | 1001100 | 110010 |
Color Harmonies of #1EE0D7
Complementary color
Monochromatic Colors of #1EE0D7
Black with #1EE0D7
Text Example
Text Example
White with #1EE0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE0D7; }
p { color: rgb(30,224,215); }
H1.HeaderClassName
{
color: #1EE0D7;
}
.AnyTagClassName
{
color: #1EE0D7;
}
</style>
background-color css
<style>
a { background-color: #1EE0D7; }
a { background-color: rgb(30,224,215); }
div.DivClassName
{
background-color: #1EE0D7;
}
.BgClassName
{
background-color: #1EE0D7;
}
</style>
border-color css
<style>
span { border-color: #1EE0D7; }
span { border-color: rgb(30,224,215); }
td.TdClassName
{
border-color: #1EE0D7;
}
.TagClassName
{
border-color: #1EE0D7;
}
</style>