Shades of Bright Turquoise #1EEDDD
Tints of Bright Turquoise #1EEDDD
RGB
CMYK
RGB Variations
Color information
#1EEDDD (or 0x1EEDDD) is known color: Bright Turquoise. HEX triplet: 1E, ED and DD. RGB value is (30,237,221). Sum of RGB (Red+Green+Blue) = 30+237+221=488 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.15% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #1EEDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEDDD is #E11222. Grayscale: #ADADAD. Windows color (decimal): -14750243 or 14544158. OLE color: 14544158.
HSL color Cylindrical-coordinate representation of color #1EEDDD: hue angle of 175.36º degrees, saturation: 0.85, 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 #1EEDDD is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 237 | 221 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.07 |
| HSL | 175.36º | 0.85% | 0.52% | - |
| HSV(B) | 175.36º | 0.87% | 0.93% | - |
| XYZ | 43.87 | 66.06 | 78.85 | - |
| YUV | 173.28 | 154.92 | 25.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 221 | 0.87 | 0 | 0.07 | 0.07 | 175.36 | 0.85 | 0.52 |
| Hex | 1E | ED | DD | 57 | 0 | 7 | 7 | AF | 55 | 34 |
| Octal | 36 | 355 | 335 | 127 | 0 | 7 | 7 | 257 | 125 | 64 |
| Binary | 11110 | 11101101 | 11011101 | 1010111 | 0 | 111 | 111 | 10101111 | 1010101 | 110100 |
Color Harmonies of #1EEDDD
Complementary color
Monochromatic Colors of #1EEDDD
Black with #1EEDDD
Text Example
Text Example
White with #1EEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEDDD; }
p { color: rgb(30,237,221); }
H1.HeaderClassName
{
color: #1EEDDD;
}
.AnyTagClassName
{
color: #1EEDDD;
}
</style>
background-color css
<style>
a { background-color: #1EEDDD; }
a { background-color: rgb(30,237,221); }
div.DivClassName
{
background-color: #1EEDDD;
}
.BgClassName
{
background-color: #1EEDDD;
}
</style>
border-color css
<style>
span { border-color: #1EEDDD; }
span { border-color: rgb(30,237,221); }
td.TdClassName
{
border-color: #1EEDDD;
}
.TagClassName
{
border-color: #1EEDDD;
}
</style>