Shades of Turquoise #1EECBA
Tints of Turquoise #1EECBA
RGB
CMYK
RGB Variations
Color information
#1EECBA (or 0x1EECBA) is known color: Turquoise. HEX triplet: 1E, EC and BA. RGB value is (30,236,186). Sum of RGB (Red+Green+Blue) = 30+236+186=452 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.64% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EECBA is #E11345. Grayscale: #A8A8A8. Windows color (decimal): -14750534 or 12250142. OLE color: 12250142.
HSL color Cylindrical-coordinate representation of color #1EECBA: hue angle of 165.44º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EECBA is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 236 | 186 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.07 |
| HSL | 165.44º | 0.84% | 0.52% | - |
| HSV(B) | 165.44º | 0.87% | 0.93% | - |
| XYZ | 39.39 | 63.81 | 56.7 | - |
| YUV | 168.71 | 137.75 | 29.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 186 | 0.87 | 0 | 0.21 | 0.07 | 165.44 | 0.84 | 0.52 |
| Hex | 1E | EC | BA | 57 | 0 | 15 | 7 | A5 | 54 | 34 |
| Octal | 36 | 354 | 272 | 127 | 0 | 25 | 7 | 245 | 124 | 64 |
| Binary | 11110 | 11101100 | 10111010 | 1010111 | 0 | 10101 | 111 | 10100101 | 1010100 | 110100 |
Color Harmonies of #1EECBA
Complementary color
Monochromatic Colors of #1EECBA
Black with #1EECBA
Text Example
Text Example
White with #1EECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EECBA; }
p { color: rgb(30,236,186); }
H1.HeaderClassName
{
color: #1EECBA;
}
.AnyTagClassName
{
color: #1EECBA;
}
</style>
background-color css
<style>
a { background-color: #1EECBA; }
a { background-color: rgb(30,236,186); }
div.DivClassName
{
background-color: #1EECBA;
}
.BgClassName
{
background-color: #1EECBA;
}
</style>
border-color css
<style>
span { border-color: #1EECBA; }
span { border-color: rgb(30,236,186); }
td.TdClassName
{
border-color: #1EECBA;
}
.TagClassName
{
border-color: #1EECBA;
}
</style>