Shades of Bright Turquoise #1EECDD
Tints of Bright Turquoise #1EECDD
RGB
CMYK
RGB Variations
Color information
#1EECDD (or 0x1EECDD) is known color: Bright Turquoise. HEX triplet: 1E, EC and DD. RGB value is (30,236,221). Sum of RGB (Red+Green+Blue) = 30+236+221=487 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.16% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EECDD is #E11322. Grayscale: #ACACAC. Windows color (decimal): -14750499 or 14543902. OLE color: 14543902.
HSL color Cylindrical-coordinate representation of color #1EECDD: hue angle of 175.63º 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 #1EECDD is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 236 | 221 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.07 |
| HSL | 175.63º | 0.84% | 0.52% | - |
| HSV(B) | 175.63º | 0.87% | 0.93% | - |
| XYZ | 43.58 | 65.49 | 78.75 | - |
| YUV | 172.7 | 155.25 | 26.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 221 | 0.87 | 0 | 0.06 | 0.07 | 175.63 | 0.84 | 0.52 |
| Hex | 1E | EC | DD | 57 | 0 | 6 | 7 | B0 | 54 | 34 |
| Octal | 36 | 354 | 335 | 127 | 0 | 6 | 7 | 260 | 124 | 64 |
| Binary | 11110 | 11101100 | 11011101 | 1010111 | 0 | 110 | 111 | 10110000 | 1010100 | 110100 |
Color Harmonies of #1EECDD
Complementary color
Monochromatic Colors of #1EECDD
Black with #1EECDD
Text Example
Text Example
White with #1EECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EECDD; }
p { color: rgb(30,236,221); }
H1.HeaderClassName
{
color: #1EECDD;
}
.AnyTagClassName
{
color: #1EECDD;
}
</style>
background-color css
<style>
a { background-color: #1EECDD; }
a { background-color: rgb(30,236,221); }
div.DivClassName
{
background-color: #1EECDD;
}
.BgClassName
{
background-color: #1EECDD;
}
</style>
border-color css
<style>
span { border-color: #1EECDD; }
span { border-color: rgb(30,236,221); }
td.TdClassName
{
border-color: #1EECDD;
}
.TagClassName
{
border-color: #1EECDD;
}
</style>