Shades of Turquoise #1EEDBB
Tints of Turquoise #1EEDBB
RGB
CMYK
RGB Variations
Color information
#1EEDBB (or 0x1EEDBB) is known color: Turquoise. HEX triplet: 1E, ED and BB. RGB value is (30,237,187). Sum of RGB (Red+Green+Blue) = 30+237+187=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #1EEDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEDBB is #E11244. Grayscale: #A9A9A9. Windows color (decimal): -14750277 or 12315934. OLE color: 12315934.
HSL color Cylindrical-coordinate representation of color #1EEDBB: hue angle of 165.51º degrees, saturation: 0.85, 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 #1EEDBB is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 237 | 187 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.07 |
| HSL | 165.51º | 0.85% | 0.52% | - |
| HSV(B) | 165.51º | 0.87% | 0.93% | - |
| XYZ | 39.79 | 64.43 | 57.35 | - |
| YUV | 169.41 | 137.92 | 28.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 187 | 0.87 | 0 | 0.21 | 0.07 | 165.51 | 0.85 | 0.52 |
| Hex | 1E | ED | BB | 57 | 0 | 15 | 7 | A6 | 55 | 34 |
| Octal | 36 | 355 | 273 | 127 | 0 | 25 | 7 | 246 | 125 | 64 |
| Binary | 11110 | 11101101 | 10111011 | 1010111 | 0 | 10101 | 111 | 10100110 | 1010101 | 110100 |
Color Harmonies of #1EEDBB
Complementary color
Monochromatic Colors of #1EEDBB
Black with #1EEDBB
Text Example
Text Example
White with #1EEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEDBB; }
p { color: rgb(30,237,187); }
H1.HeaderClassName
{
color: #1EEDBB;
}
.AnyTagClassName
{
color: #1EEDBB;
}
</style>
background-color css
<style>
a { background-color: #1EEDBB; }
a { background-color: rgb(30,237,187); }
div.DivClassName
{
background-color: #1EEDBB;
}
.BgClassName
{
background-color: #1EEDBB;
}
</style>
border-color css
<style>
span { border-color: #1EEDBB; }
span { border-color: rgb(30,237,187); }
td.TdClassName
{
border-color: #1EEDBB;
}
.TagClassName
{
border-color: #1EEDBB;
}
</style>