Shades of Bright Turquoise #1EEBCD
Tints of Bright Turquoise #1EEBCD
RGB
CMYK
RGB Variations
Color information
#1EEBCD (or 0x1EEBCD) is known color: Bright Turquoise. HEX triplet: 1E, EB and CD. RGB value is (30,235,205). Sum of RGB (Red+Green+Blue) = 30+235+205=470 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.38% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEBCD is #E11432. Grayscale: #AAAAAA. Windows color (decimal): -14750771 or 13495070. OLE color: 13495070.
HSL color Cylindrical-coordinate representation of color #1EEBCD: hue angle of 171.22º 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 #1EEBCD is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 235 | 205 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.08 |
| HSL | 171.22º | 0.84% | 0.52% | - |
| HSV(B) | 171.22º | 0.87% | 0.92% | - |
| XYZ | 41.26 | 64.1 | 67.96 | - |
| YUV | 170.29 | 147.58 | 27.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 235 | 205 | 0.87 | 0 | 0.13 | 0.08 | 171.22 | 0.84 | 0.52 |
| Hex | 1E | EB | CD | 57 | 0 | D | 8 | AB | 54 | 34 |
| Octal | 36 | 353 | 315 | 127 | 0 | 15 | 10 | 253 | 124 | 64 |
| Binary | 11110 | 11101011 | 11001101 | 1010111 | 0 | 1101 | 1000 | 10101011 | 1010100 | 110100 |
Color Harmonies of #1EEBCD
Complementary color
Monochromatic Colors of #1EEBCD
Black with #1EEBCD
Text Example
Text Example
White with #1EEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEBCD; }
p { color: rgb(30,235,205); }
H1.HeaderClassName
{
color: #1EEBCD;
}
.AnyTagClassName
{
color: #1EEBCD;
}
</style>
background-color css
<style>
a { background-color: #1EEBCD; }
a { background-color: rgb(30,235,205); }
div.DivClassName
{
background-color: #1EEBCD;
}
.BgClassName
{
background-color: #1EEBCD;
}
</style>
border-color css
<style>
span { border-color: #1EEBCD; }
span { border-color: rgb(30,235,205); }
td.TdClassName
{
border-color: #1EEBCD;
}
.TagClassName
{
border-color: #1EEBCD;
}
</style>