Shades of Bright Turquoise #1EF1ED
Tints of Bright Turquoise #1EF1ED
RGB
CMYK
RGB Variations
Color information
#1EF1ED (or 0x1EF1ED) is known color: Bright Turquoise. HEX triplet: 1E, F1 and ED. RGB value is (30,241,237). Sum of RGB (Red+Green+Blue) = 30+241+237=508 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.91% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF1ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF1ED is #E10E12. Grayscale: #B1B1B1. Windows color (decimal): -14749203 or 15593758. OLE color: 15593758.
HSL color Cylindrical-coordinate representation of color #1EF1ED: hue angle of 178.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF1ED is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 241 | 237 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.05 |
| HSL | 178.86º | 0.88% | 0.53% | - |
| HSV(B) | 178.86º | 0.88% | 0.95% | - |
| XYZ | 47.28 | 69.3 | 91.01 | - |
| YUV | 177.46 | 161.6 | 22.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 241 | 237 | 0.88 | 0 | 0.02 | 0.05 | 178.86 | 0.88 | 0.53 |
| Hex | 1E | F1 | ED | 58 | 0 | 2 | 5 | B3 | 58 | 35 |
| Octal | 36 | 361 | 355 | 130 | 0 | 2 | 5 | 263 | 130 | 65 |
| Binary | 11110 | 11110001 | 11101101 | 1011000 | 0 | 10 | 101 | 10110011 | 1011000 | 110101 |
Color Harmonies of #1EF1ED
Complementary color
Monochromatic Colors of #1EF1ED
Black with #1EF1ED
Text Example
Text Example
White with #1EF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF1ED; }
p { color: rgb(30,241,237); }
H1.HeaderClassName
{
color: #1EF1ED;
}
.AnyTagClassName
{
color: #1EF1ED;
}
</style>
background-color css
<style>
a { background-color: #1EF1ED; }
a { background-color: rgb(30,241,237); }
div.DivClassName
{
background-color: #1EF1ED;
}
.BgClassName
{
background-color: #1EF1ED;
}
</style>
border-color css
<style>
span { border-color: #1EF1ED; }
span { border-color: rgb(30,241,237); }
td.TdClassName
{
border-color: #1EF1ED;
}
.TagClassName
{
border-color: #1EF1ED;
}
</style>