Shades of Bright Turquoise #1EECDB
Tints of Bright Turquoise #1EECDB
RGB
CMYK
RGB Variations
Color information
#1EECDB (or 0x1EECDB) is known color: Bright Turquoise. HEX triplet: 1E, EC and DB. RGB value is (30,236,219). Sum of RGB (Red+Green+Blue) = 30+236+219=485 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.19% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EECDB is #E11324. Grayscale: #ACACAC. Windows color (decimal): -14750501 or 14412830. OLE color: 14412830.
HSL color Cylindrical-coordinate representation of color #1EECDB: hue angle of 175.05º degrees, saturation: 0.84, 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 #1EECDB is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 236 | 219 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.07 |
| HSL | 175.05º | 0.84% | 0.52% | - |
| HSV(B) | 175.05º | 0.87% | 0.93% | - |
| XYZ | 43.32 | 65.38 | 77.35 | - |
| YUV | 172.47 | 154.25 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 219 | 0.87 | 0 | 0.07 | 0.07 | 175.05 | 0.84 | 0.52 |
| Hex | 1E | EC | DB | 57 | 0 | 7 | 7 | AF | 54 | 34 |
| Octal | 36 | 354 | 333 | 127 | 0 | 7 | 7 | 257 | 124 | 64 |
| Binary | 11110 | 11101100 | 11011011 | 1010111 | 0 | 111 | 111 | 10101111 | 1010100 | 110100 |
Color Harmonies of #1EECDB
Complementary color
Monochromatic Colors of #1EECDB
Black with #1EECDB
Text Example
Text Example
White with #1EECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EECDB; }
p { color: rgb(30,236,219); }
H1.HeaderClassName
{
color: #1EECDB;
}
.AnyTagClassName
{
color: #1EECDB;
}
</style>
background-color css
<style>
a { background-color: #1EECDB; }
a { background-color: rgb(30,236,219); }
div.DivClassName
{
background-color: #1EECDB;
}
.BgClassName
{
background-color: #1EECDB;
}
</style>
border-color css
<style>
span { border-color: #1EECDB; }
span { border-color: rgb(30,236,219); }
td.TdClassName
{
border-color: #1EECDB;
}
.TagClassName
{
border-color: #1EECDB;
}
</style>