Shades of Bright Turquoise #1EE1D0
Tints of Bright Turquoise #1EE1D0
RGB
CMYK
RGB Variations
Color information
#1EE1D0 (or 0x1EE1D0) is known color: Bright Turquoise. HEX triplet: 1E, E1 and D0. RGB value is (30,225,208). Sum of RGB (Red+Green+Blue) = 30+225+208=463 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.48% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE1D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE1D0 is #E11E2F. Grayscale: #A4A4A4. Windows color (decimal): -14753328 or 13689118. OLE color: 13689118.
HSL color Cylindrical-coordinate representation of color #1EE1D0: hue angle of 174.77º 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 #1EE1D0 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 208 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.12 |
| HSL | 174.77º | 0.76% | 0.5% | - |
| HSV(B) | 174.77º | 0.87% | 0.88% | - |
| XYZ | 38.85 | 58.68 | 68.95 | - |
| YUV | 164.76 | 152.4 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 208 | 0.87 | 0 | 0.08 | 0.12 | 174.77 | 0.76 | 0.5 |
| Hex | 1E | E1 | D0 | 57 | 0 | 8 | C | AF | 4C | 32 |
| Octal | 36 | 341 | 320 | 127 | 0 | 10 | 14 | 257 | 114 | 62 |
| Binary | 11110 | 11100001 | 11010000 | 1010111 | 0 | 1000 | 1100 | 10101111 | 1001100 | 110010 |
Color Harmonies of #1EE1D0
Complementary color
Monochromatic Colors of #1EE1D0
Black with #1EE1D0
Text Example
Text Example
White with #1EE1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE1D0; }
p { color: rgb(30,225,208); }
H1.HeaderClassName
{
color: #1EE1D0;
}
.AnyTagClassName
{
color: #1EE1D0;
}
</style>
background-color css
<style>
a { background-color: #1EE1D0; }
a { background-color: rgb(30,225,208); }
div.DivClassName
{
background-color: #1EE1D0;
}
.BgClassName
{
background-color: #1EE1D0;
}
</style>
border-color css
<style>
span { border-color: #1EE1D0; }
span { border-color: rgb(30,225,208); }
td.TdClassName
{
border-color: #1EE1D0;
}
.TagClassName
{
border-color: #1EE1D0;
}
</style>