Shades of Bright Turquoise #1EE1C9
Tints of Bright Turquoise #1EE1C9
RGB
CMYK
RGB Variations
Color information
#1EE1C9 (or 0x1EE1C9) is known color: Bright Turquoise. HEX triplet: 1E, E1 and C9. RGB value is (30,225,201). Sum of RGB (Red+Green+Blue) = 30+225+201=456 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.58% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE1C9 is #E11E36. Grayscale: #A3A3A3. Windows color (decimal): -14753335 or 13230366. OLE color: 13230366.
HSL color Cylindrical-coordinate representation of color #1EE1C9: hue angle of 172.62º 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 #1EE1C9 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 201 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.12 |
| HSL | 172.62º | 0.76% | 0.5% | - |
| HSV(B) | 172.62º | 0.87% | 0.88% | - |
| XYZ | 38 | 58.34 | 64.52 | - |
| YUV | 163.96 | 148.9 | 32.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 201 | 0.87 | 0 | 0.11 | 0.12 | 172.62 | 0.76 | 0.5 |
| Hex | 1E | E1 | C9 | 57 | 0 | B | C | AD | 4C | 32 |
| Octal | 36 | 341 | 311 | 127 | 0 | 13 | 14 | 255 | 114 | 62 |
| Binary | 11110 | 11100001 | 11001001 | 1010111 | 0 | 1011 | 1100 | 10101101 | 1001100 | 110010 |
Color Harmonies of #1EE1C9
Complementary color
Monochromatic Colors of #1EE1C9
Black with #1EE1C9
Text Example
Text Example
White with #1EE1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE1C9; }
p { color: rgb(30,225,201); }
H1.HeaderClassName
{
color: #1EE1C9;
}
.AnyTagClassName
{
color: #1EE1C9;
}
</style>
background-color css
<style>
a { background-color: #1EE1C9; }
a { background-color: rgb(30,225,201); }
div.DivClassName
{
background-color: #1EE1C9;
}
.BgClassName
{
background-color: #1EE1C9;
}
</style>
border-color css
<style>
span { border-color: #1EE1C9; }
span { border-color: rgb(30,225,201); }
td.TdClassName
{
border-color: #1EE1C9;
}
.TagClassName
{
border-color: #1EE1C9;
}
</style>