Shades of Bright Turquoise #1EE0DD
Tints of Bright Turquoise #1EE0DD
RGB
CMYK
RGB Variations
Color information
#1EE0DD (or 0x1EE0DD) is known color: Bright Turquoise. HEX triplet: 1E, E0 and DD. RGB value is (30,224,221). Sum of RGB (Red+Green+Blue) = 30+224+221=475 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.32% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE0DD is #E11F22. Grayscale: #A5A5A5. Windows color (decimal): -14753571 or 14540830. OLE color: 14540830.
HSL color Cylindrical-coordinate representation of color #1EE0DD: hue angle of 179.07º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE0DD is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 221 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.12 |
| HSL | 179.07º | 0.76% | 0.5% | - |
| HSV(B) | 179.07º | 0.87% | 0.88% | - |
| XYZ | 40.24 | 58.81 | 77.64 | - |
| YUV | 165.65 | 159.23 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 221 | 0.87 | 0 | 0.01 | 0.12 | 179.07 | 0.76 | 0.5 |
| Hex | 1E | E0 | DD | 57 | 0 | 1 | C | B3 | 4C | 32 |
| Octal | 36 | 340 | 335 | 127 | 0 | 1 | 14 | 263 | 114 | 62 |
| Binary | 11110 | 11100000 | 11011101 | 1010111 | 0 | 1 | 1100 | 10110011 | 1001100 | 110010 |
Color Harmonies of #1EE0DD
Complementary color
Monochromatic Colors of #1EE0DD
Black with #1EE0DD
Text Example
Text Example
White with #1EE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE0DD; }
p { color: rgb(30,224,221); }
H1.HeaderClassName
{
color: #1EE0DD;
}
.AnyTagClassName
{
color: #1EE0DD;
}
</style>
background-color css
<style>
a { background-color: #1EE0DD; }
a { background-color: rgb(30,224,221); }
div.DivClassName
{
background-color: #1EE0DD;
}
.BgClassName
{
background-color: #1EE0DD;
}
</style>
border-color css
<style>
span { border-color: #1EE0DD; }
span { border-color: rgb(30,224,221); }
td.TdClassName
{
border-color: #1EE0DD;
}
.TagClassName
{
border-color: #1EE0DD;
}
</style>