Shades of Bright Turquoise #1EEFE5
Tints of Bright Turquoise #1EEFE5
RGB
CMYK
RGB Variations
Color information
#1EEFE5 (or 0x1EEFE5) is known color: Bright Turquoise. HEX triplet: 1E, EF and E5. RGB value is (30,239,229). Sum of RGB (Red+Green+Blue) = 30+239+229=498 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.02% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFE5 is #E1101A. Grayscale: #AFAFAF. Windows color (decimal): -14749723 or 15068958. OLE color: 15068958.
HSL color Cylindrical-coordinate representation of color #1EEFE5: hue angle of 177.13º 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 #1EEFE5 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 239 | 229 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.06 |
| HSL | 177.13º | 0.87% | 0.53% | - |
| HSV(B) | 177.13º | 0.87% | 0.94% | - |
| XYZ | 45.54 | 67.67 | 84.79 | - |
| YUV | 175.37 | 158.26 | 24.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 239 | 229 | 0.87 | 0 | 0.04 | 0.06 | 177.13 | 0.87 | 0.53 |
| Hex | 1E | EF | E5 | 57 | 0 | 4 | 6 | B1 | 57 | 35 |
| Octal | 36 | 357 | 345 | 127 | 0 | 4 | 6 | 261 | 127 | 65 |
| Binary | 11110 | 11101111 | 11100101 | 1010111 | 0 | 100 | 110 | 10110001 | 1010111 | 110101 |
Color Harmonies of #1EEFE5
Complementary color
Monochromatic Colors of #1EEFE5
Black with #1EEFE5
Text Example
Text Example
White with #1EEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEFE5; }
p { color: rgb(30,239,229); }
H1.HeaderClassName
{
color: #1EEFE5;
}
.AnyTagClassName
{
color: #1EEFE5;
}
</style>
background-color css
<style>
a { background-color: #1EEFE5; }
a { background-color: rgb(30,239,229); }
div.DivClassName
{
background-color: #1EEFE5;
}
.BgClassName
{
background-color: #1EEFE5;
}
</style>
border-color css
<style>
span { border-color: #1EEFE5; }
span { border-color: rgb(30,239,229); }
td.TdClassName
{
border-color: #1EEFE5;
}
.TagClassName
{
border-color: #1EEFE5;
}
</style>