Shades of Turquoise #1EEABC
Tints of Turquoise #1EEABC
RGB
CMYK
RGB Variations
Color information
#1EEABC (or 0x1EEABC) is known color: Turquoise. HEX triplet: 1E, EA and BC. RGB value is (30,234,188). Sum of RGB (Red+Green+Blue) = 30+234+188=452 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.64% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #1EEABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEABC is #E11543. Grayscale: #A7A7A7. Windows color (decimal): -14751044 or 12380702. OLE color: 12380702.
HSL color Cylindrical-coordinate representation of color #1EEABC: hue angle of 166.47º degrees, saturation: 0.83, 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 #1EEABC is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 234 | 188 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.08 |
| HSL | 166.47º | 0.83% | 0.52% | - |
| HSV(B) | 166.47º | 0.87% | 0.92% | - |
| XYZ | 39.04 | 62.75 | 57.63 | - |
| YUV | 167.76 | 139.41 | 29.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 234 | 188 | 0.87 | 0 | 0.20 | 0.08 | 166.47 | 0.83 | 0.52 |
| Hex | 1E | EA | BC | 57 | 0 | 14 | 8 | A6 | 53 | 34 |
| Octal | 36 | 352 | 274 | 127 | 0 | 24 | 10 | 246 | 123 | 64 |
| Binary | 11110 | 11101010 | 10111100 | 1010111 | 0 | 10100 | 1000 | 10100110 | 1010011 | 110100 |
Color Harmonies of #1EEABC
Complementary color
Monochromatic Colors of #1EEABC
Black with #1EEABC
Text Example
Text Example
White with #1EEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEABC; }
p { color: rgb(30,234,188); }
H1.HeaderClassName
{
color: #1EEABC;
}
.AnyTagClassName
{
color: #1EEABC;
}
</style>
background-color css
<style>
a { background-color: #1EEABC; }
a { background-color: rgb(30,234,188); }
div.DivClassName
{
background-color: #1EEABC;
}
.BgClassName
{
background-color: #1EEABC;
}
</style>
border-color css
<style>
span { border-color: #1EEABC; }
span { border-color: rgb(30,234,188); }
td.TdClassName
{
border-color: #1EEABC;
}
.TagClassName
{
border-color: #1EEABC;
}
</style>