Shades of Bright Turquoise #1EECDA
Tints of Bright Turquoise #1EECDA
RGB
CMYK
RGB Variations
Color information
#1EECDA (or 0x1EECDA) is known color: Bright Turquoise. HEX triplet: 1E, EC and DA. RGB value is (30,236,218). Sum of RGB (Red+Green+Blue) = 30+236+218=484 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.20% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EECDA is #E11325. Grayscale: #ACACAC. Windows color (decimal): -14750502 or 14347294. OLE color: 14347294.
HSL color Cylindrical-coordinate representation of color #1EECDA: hue angle of 174.76º 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 #1EECDA is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 236 | 218 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.07 |
| HSL | 174.76º | 0.84% | 0.52% | - |
| HSV(B) | 174.76º | 0.87% | 0.93% | - |
| XYZ | 43.19 | 65.33 | 76.66 | - |
| YUV | 172.35 | 153.75 | 26.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 218 | 0.87 | 0 | 0.08 | 0.07 | 174.76 | 0.84 | 0.52 |
| Hex | 1E | EC | DA | 57 | 0 | 8 | 7 | AF | 54 | 34 |
| Octal | 36 | 354 | 332 | 127 | 0 | 10 | 7 | 257 | 124 | 64 |
| Binary | 11110 | 11101100 | 11011010 | 1010111 | 0 | 1000 | 111 | 10101111 | 1010100 | 110100 |
Color Harmonies of #1EECDA
Complementary color
Monochromatic Colors of #1EECDA
Black with #1EECDA
Text Example
Text Example
White with #1EECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EECDA; }
p { color: rgb(30,236,218); }
H1.HeaderClassName
{
color: #1EECDA;
}
.AnyTagClassName
{
color: #1EECDA;
}
</style>
background-color css
<style>
a { background-color: #1EECDA; }
a { background-color: rgb(30,236,218); }
div.DivClassName
{
background-color: #1EECDA;
}
.BgClassName
{
background-color: #1EECDA;
}
</style>
border-color css
<style>
span { border-color: #1EECDA; }
span { border-color: rgb(30,236,218); }
td.TdClassName
{
border-color: #1EECDA;
}
.TagClassName
{
border-color: #1EECDA;
}
</style>