Shades of Turquoise #1EE6BE
Tints of Turquoise #1EE6BE
RGB
CMYK
RGB Variations
Color information
#1EE6BE (or 0x1EE6BE) is known color: Turquoise. HEX triplet: 1E, E6 and BE. RGB value is (30,230,190). Sum of RGB (Red+Green+Blue) = 30+230+190=450 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.67% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #1EE6BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE6BE is #E11941. Grayscale: #A5A5A5. Windows color (decimal): -14752066 or 12510750. OLE color: 12510750.
HSL color Cylindrical-coordinate representation of color #1EE6BE: hue angle of 168º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE6BE is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 230 | 190 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.10 |
| HSL | 168º | 0.8% | 0.51% | - |
| HSV(B) | 168º | 0.87% | 0.9% | - |
| XYZ | 38.13 | 60.59 | 58.4 | - |
| YUV | 165.64 | 141.74 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 230 | 190 | 0.87 | 0 | 0.17 | 0.10 | 168 | 0.8 | 0.51 |
| Hex | 1E | E6 | BE | 57 | 0 | 11 | A | A8 | 50 | 33 |
| Octal | 36 | 346 | 276 | 127 | 0 | 21 | 12 | 250 | 120 | 63 |
| Binary | 11110 | 11100110 | 10111110 | 1010111 | 0 | 10001 | 1010 | 10101000 | 1010000 | 110011 |
Color Harmonies of #1EE6BE
Complementary color
Monochromatic Colors of #1EE6BE
Black with #1EE6BE
Text Example
Text Example
White with #1EE6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE6BE; }
p { color: rgb(30,230,190); }
H1.HeaderClassName
{
color: #1EE6BE;
}
.AnyTagClassName
{
color: #1EE6BE;
}
</style>
background-color css
<style>
a { background-color: #1EE6BE; }
a { background-color: rgb(30,230,190); }
div.DivClassName
{
background-color: #1EE6BE;
}
.BgClassName
{
background-color: #1EE6BE;
}
</style>
border-color css
<style>
span { border-color: #1EE6BE; }
span { border-color: rgb(30,230,190); }
td.TdClassName
{
border-color: #1EE6BE;
}
.TagClassName
{
border-color: #1EE6BE;
}
</style>