Shades of Turquoise #1EE6BD
Tints of Turquoise #1EE6BD
RGB
CMYK
RGB Variations
Color information
#1EE6BD (or 0x1EE6BD) is known color: Turquoise. HEX triplet: 1E, E6 and BD. RGB value is (30,230,189). Sum of RGB (Red+Green+Blue) = 30+230+189=449 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.68% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #1EE6BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE6BD is #E11942. Grayscale: #A5A5A5. Windows color (decimal): -14752067 or 12445214. OLE color: 12445214.
HSL color Cylindrical-coordinate representation of color #1EE6BD: hue angle of 167.7º 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 #1EE6BD is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 230 | 189 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.10 |
| HSL | 167.7º | 0.8% | 0.51% | - |
| HSV(B) | 167.7º | 0.87% | 0.9% | - |
| XYZ | 38.02 | 60.54 | 57.83 | - |
| YUV | 165.53 | 141.24 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 230 | 189 | 0.87 | 0 | 0.18 | 0.10 | 167.7 | 0.8 | 0.51 |
| Hex | 1E | E6 | BD | 57 | 0 | 12 | A | A8 | 50 | 33 |
| Octal | 36 | 346 | 275 | 127 | 0 | 22 | 12 | 250 | 120 | 63 |
| Binary | 11110 | 11100110 | 10111101 | 1010111 | 0 | 10010 | 1010 | 10101000 | 1010000 | 110011 |
Color Harmonies of #1EE6BD
Complementary color
Monochromatic Colors of #1EE6BD
Black with #1EE6BD
Text Example
Text Example
White with #1EE6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE6BD; }
p { color: rgb(30,230,189); }
H1.HeaderClassName
{
color: #1EE6BD;
}
.AnyTagClassName
{
color: #1EE6BD;
}
</style>
background-color css
<style>
a { background-color: #1EE6BD; }
a { background-color: rgb(30,230,189); }
div.DivClassName
{
background-color: #1EE6BD;
}
.BgClassName
{
background-color: #1EE6BD;
}
</style>
border-color css
<style>
span { border-color: #1EE6BD; }
span { border-color: rgb(30,230,189); }
td.TdClassName
{
border-color: #1EE6BD;
}
.TagClassName
{
border-color: #1EE6BD;
}
</style>