Shades of Bright Turquoise #1EEFE2
Tints of Bright Turquoise #1EEFE2
RGB
CMYK
RGB Variations
Color information
#1EEFE2 (or 0x1EEFE2) is known color: Bright Turquoise. HEX triplet: 1E, EF and E2. RGB value is (30,239,226). Sum of RGB (Red+Green+Blue) = 30+239+226=495 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.06% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFE2 is #E1101D. Grayscale: #AEAEAE. Windows color (decimal): -14749726 or 14872350. OLE color: 14872350.
HSL color Cylindrical-coordinate representation of color #1EEFE2: hue angle of 176.27º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEFE2 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 239 | 226 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.06 |
| HSL | 176.27º | 0.87% | 0.53% | - |
| HSV(B) | 176.27º | 0.87% | 0.94% | - |
| XYZ | 45.13 | 67.5 | 82.6 | - |
| YUV | 175.03 | 156.76 | 24.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 239 | 226 | 0.87 | 0 | 0.05 | 0.06 | 176.27 | 0.87 | 0.53 |
| Hex | 1E | EF | E2 | 57 | 0 | 5 | 6 | B0 | 57 | 35 |
| Octal | 36 | 357 | 342 | 127 | 0 | 5 | 6 | 260 | 127 | 65 |
| Binary | 11110 | 11101111 | 11100010 | 1010111 | 0 | 101 | 110 | 10110000 | 1010111 | 110101 |
Color Harmonies of #1EEFE2
Complementary color
Monochromatic Colors of #1EEFE2
Black with #1EEFE2
Text Example
Text Example
White with #1EEFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEFE2; }
p { color: rgb(30,239,226); }
H1.HeaderClassName
{
color: #1EEFE2;
}
.AnyTagClassName
{
color: #1EEFE2;
}
</style>
background-color css
<style>
a { background-color: #1EEFE2; }
a { background-color: rgb(30,239,226); }
div.DivClassName
{
background-color: #1EEFE2;
}
.BgClassName
{
background-color: #1EEFE2;
}
</style>
border-color css
<style>
span { border-color: #1EEFE2; }
span { border-color: rgb(30,239,226); }
td.TdClassName
{
border-color: #1EEFE2;
}
.TagClassName
{
border-color: #1EEFE2;
}
</style>