Shades of Bright Turquoise #1EEDE3
Tints of Bright Turquoise #1EEDE3
RGB
CMYK
RGB Variations
Color information
#1EEDE3 (or 0x1EEDE3) is known color: Bright Turquoise. HEX triplet: 1E, ED and E3. RGB value is (30,237,227). Sum of RGB (Red+Green+Blue) = 30+237+227=494 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.07% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 227 (89.06% from 255 or 45.95% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #1EEDE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEDE3 is #E1121C. Grayscale: #ADADAD. Windows color (decimal): -14750237 or 14937374. OLE color: 14937374.
HSL color Cylindrical-coordinate representation of color #1EEDE3: hue angle of 177.1º 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 #1EEDE3 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 237 | 227 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.07 |
| HSL | 177.1º | 0.85% | 0.52% | - |
| HSV(B) | 177.1º | 0.87% | 0.93% | - |
| XYZ | 44.68 | 66.39 | 83.13 | - |
| YUV | 173.97 | 157.92 | 25.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 227 | 0.87 | 0 | 0.04 | 0.07 | 177.1 | 0.85 | 0.52 |
| Hex | 1E | ED | E3 | 57 | 0 | 4 | 7 | B1 | 55 | 34 |
| Octal | 36 | 355 | 343 | 127 | 0 | 4 | 7 | 261 | 125 | 64 |
| Binary | 11110 | 11101101 | 11100011 | 1010111 | 0 | 100 | 111 | 10110001 | 1010101 | 110100 |
Color Harmonies of #1EEDE3
Complementary color
Monochromatic Colors of #1EEDE3
Black with #1EEDE3
Text Example
Text Example
White with #1EEDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEDE3; }
p { color: rgb(30,237,227); }
H1.HeaderClassName
{
color: #1EEDE3;
}
.AnyTagClassName
{
color: #1EEDE3;
}
</style>
background-color css
<style>
a { background-color: #1EEDE3; }
a { background-color: rgb(30,237,227); }
div.DivClassName
{
background-color: #1EEDE3;
}
.BgClassName
{
background-color: #1EEDE3;
}
</style>
border-color css
<style>
span { border-color: #1EEDE3; }
span { border-color: rgb(30,237,227); }
td.TdClassName
{
border-color: #1EEDE3;
}
.TagClassName
{
border-color: #1EEDE3;
}
</style>