Shades of Turquoise #1EEBBE
Tints of Turquoise #1EEBBE
RGB
CMYK
RGB Variations
Color information
#1EEBBE (or 0x1EEBBE) is known color: Turquoise. HEX triplet: 1E, EB and BE. RGB value is (30,235,190). Sum of RGB (Red+Green+Blue) = 30+235+190=455 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.59% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEBBE is #E11441. Grayscale: #A8A8A8. Windows color (decimal): -14750786 or 12512030. OLE color: 12512030.
HSL color Cylindrical-coordinate representation of color #1EEBBE: hue angle of 166.83º 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 #1EEBBE is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 235 | 190 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.08 |
| HSL | 166.83º | 0.84% | 0.52% | - |
| HSV(B) | 166.83º | 0.87% | 0.92% | - |
| XYZ | 39.54 | 63.41 | 58.87 | - |
| YUV | 168.58 | 140.08 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 235 | 190 | 0.87 | 0 | 0.19 | 0.08 | 166.83 | 0.84 | 0.52 |
| Hex | 1E | EB | BE | 57 | 0 | 13 | 8 | A7 | 54 | 34 |
| Octal | 36 | 353 | 276 | 127 | 0 | 23 | 10 | 247 | 124 | 64 |
| Binary | 11110 | 11101011 | 10111110 | 1010111 | 0 | 10011 | 1000 | 10100111 | 1010100 | 110100 |
Color Harmonies of #1EEBBE
Complementary color
Monochromatic Colors of #1EEBBE
Black with #1EEBBE
Text Example
Text Example
White with #1EEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEBBE; }
p { color: rgb(30,235,190); }
H1.HeaderClassName
{
color: #1EEBBE;
}
.AnyTagClassName
{
color: #1EEBBE;
}
</style>
background-color css
<style>
a { background-color: #1EEBBE; }
a { background-color: rgb(30,235,190); }
div.DivClassName
{
background-color: #1EEBBE;
}
.BgClassName
{
background-color: #1EEBBE;
}
</style>
border-color css
<style>
span { border-color: #1EEBBE; }
span { border-color: rgb(30,235,190); }
td.TdClassName
{
border-color: #1EEBBE;
}
.TagClassName
{
border-color: #1EEBBE;
}
</style>