Shades of Bright Turquoise #1EF7E6
Tints of Bright Turquoise #1EF7E6
RGB
CMYK
RGB Variations
Color information
#1EF7E6 (or 0x1EF7E6) is known color: Bright Turquoise. HEX triplet: 1E, F7 and E6. RGB value is (30,247,230). Sum of RGB (Red+Green+Blue) = 30+247+230=507 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.92% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #1EF7E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF7E6 is #E10819. Grayscale: #B4B4B4. Windows color (decimal): -14747674 or 15136542. OLE color: 15136542.
HSL color Cylindrical-coordinate representation of color #1EF7E6: hue angle of 175.3º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF7E6 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 247 | 230 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.03 |
| HSL | 175.3º | 0.93% | 0.54% | - |
| HSV(B) | 175.3º | 0.88% | 0.97% | - |
| XYZ | 48.08 | 72.51 | 86.32 | - |
| YUV | 180.18 | 156.11 | 20.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 247 | 230 | 0.88 | 0 | 0.07 | 0.03 | 175.3 | 0.93 | 0.54 |
| Hex | 1E | F7 | E6 | 58 | 0 | 7 | 3 | AF | 5D | 36 |
| Octal | 36 | 367 | 346 | 130 | 0 | 7 | 3 | 257 | 135 | 66 |
| Binary | 11110 | 11110111 | 11100110 | 1011000 | 0 | 111 | 11 | 10101111 | 1011101 | 110110 |
Color Harmonies of #1EF7E6
Complementary color
Monochromatic Colors of #1EF7E6
Black with #1EF7E6
Text Example
Text Example
White with #1EF7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF7E6; }
p { color: rgb(30,247,230); }
H1.HeaderClassName
{
color: #1EF7E6;
}
.AnyTagClassName
{
color: #1EF7E6;
}
</style>
background-color css
<style>
a { background-color: #1EF7E6; }
a { background-color: rgb(30,247,230); }
div.DivClassName
{
background-color: #1EF7E6;
}
.BgClassName
{
background-color: #1EF7E6;
}
</style>
border-color css
<style>
span { border-color: #1EF7E6; }
span { border-color: rgb(30,247,230); }
td.TdClassName
{
border-color: #1EF7E6;
}
.TagClassName
{
border-color: #1EF7E6;
}
</style>