Shades of Turquoise #1EEBBA
Tints of Turquoise #1EEBBA
RGB
CMYK
RGB Variations
Color information
#1EEBBA (or 0x1EEBBA) is known color: Turquoise. HEX triplet: 1E, EB and BA. RGB value is (30,235,186). Sum of RGB (Red+Green+Blue) = 30+235+186=451 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.65% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEBBA is #E11445. Grayscale: #A8A8A8. Windows color (decimal): -14750790 or 12249886. OLE color: 12249886.
HSL color Cylindrical-coordinate representation of color #1EEBBA: hue angle of 165.66º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEBBA is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 235 | 186 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.08 |
| HSL | 165.66º | 0.84% | 0.52% | - |
| HSV(B) | 165.66º | 0.87% | 0.92% | - |
| XYZ | 39.11 | 63.24 | 56.6 | - |
| YUV | 168.12 | 138.08 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 235 | 186 | 0.87 | 0 | 0.21 | 0.08 | 165.66 | 0.84 | 0.52 |
| Hex | 1E | EB | BA | 57 | 0 | 15 | 8 | A6 | 54 | 34 |
| Octal | 36 | 353 | 272 | 127 | 0 | 25 | 10 | 246 | 124 | 64 |
| Binary | 11110 | 11101011 | 10111010 | 1010111 | 0 | 10101 | 1000 | 10100110 | 1010100 | 110100 |
Color Harmonies of #1EEBBA
Complementary color
Monochromatic Colors of #1EEBBA
Black with #1EEBBA
Text Example
Text Example
White with #1EEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEBBA; }
p { color: rgb(30,235,186); }
H1.HeaderClassName
{
color: #1EEBBA;
}
.AnyTagClassName
{
color: #1EEBBA;
}
</style>
background-color css
<style>
a { background-color: #1EEBBA; }
a { background-color: rgb(30,235,186); }
div.DivClassName
{
background-color: #1EEBBA;
}
.BgClassName
{
background-color: #1EEBBA;
}
</style>
border-color css
<style>
span { border-color: #1EEBBA; }
span { border-color: rgb(30,235,186); }
td.TdClassName
{
border-color: #1EEBBA;
}
.TagClassName
{
border-color: #1EEBBA;
}
</style>