Shades of Turquoise #1EEEBC
Tints of Turquoise #1EEEBC
RGB
CMYK
RGB Variations
Color information
#1EEEBC (or 0x1EEEBC) is known color: Turquoise. HEX triplet: 1E, EE and BC. RGB value is (30,238,188). Sum of RGB (Red+Green+Blue) = 30+238+188=456 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.58% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEEBC is #E11143. Grayscale: #AAAAAA. Windows color (decimal): -14750020 or 12381726. OLE color: 12381726.
HSL color Cylindrical-coordinate representation of color #1EEEBC: hue angle of 165.58º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEEBC is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 188 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.07 |
| HSL | 165.58º | 0.86% | 0.53% | - |
| HSV(B) | 165.58º | 0.87% | 0.93% | - |
| XYZ | 40.19 | 65.06 | 58.02 | - |
| YUV | 170.11 | 138.09 | 28.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 188 | 0.87 | 0 | 0.21 | 0.07 | 165.58 | 0.86 | 0.53 |
| Hex | 1E | EE | BC | 57 | 0 | 15 | 7 | A6 | 56 | 35 |
| Octal | 36 | 356 | 274 | 127 | 0 | 25 | 7 | 246 | 126 | 65 |
| Binary | 11110 | 11101110 | 10111100 | 1010111 | 0 | 10101 | 111 | 10100110 | 1010110 | 110101 |
Color Harmonies of #1EEEBC
Complementary color
Monochromatic Colors of #1EEEBC
Black with #1EEEBC
Text Example
Text Example
White with #1EEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEEBC; }
p { color: rgb(30,238,188); }
H1.HeaderClassName
{
color: #1EEEBC;
}
.AnyTagClassName
{
color: #1EEEBC;
}
</style>
background-color css
<style>
a { background-color: #1EEEBC; }
a { background-color: rgb(30,238,188); }
div.DivClassName
{
background-color: #1EEEBC;
}
.BgClassName
{
background-color: #1EEEBC;
}
</style>
border-color css
<style>
span { border-color: #1EEEBC; }
span { border-color: rgb(30,238,188); }
td.TdClassName
{
border-color: #1EEEBC;
}
.TagClassName
{
border-color: #1EEEBC;
}
</style>