Shades of Bright Turquoise #1EF7BD
Tints of Bright Turquoise #1EF7BD
RGB
CMYK
RGB Variations
Color information
#1EF7BD (or 0x1EF7BD) is known color: Bright Turquoise. HEX triplet: 1E, F7 and BD. RGB value is (30,247,189). Sum of RGB (Red+Green+Blue) = 30+247+189=466 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.44% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #1EF7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF7BD is #E10842. Grayscale: #AFAFAF. Windows color (decimal): -14747715 or 12449566. OLE color: 12449566.
HSL color Cylindrical-coordinate representation of color #1EF7BD: hue angle of 163.96º 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 #1EF7BD is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 247 | 189 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.03 |
| HSL | 163.96º | 0.93% | 0.54% | - |
| HSV(B) | 163.96º | 0.88% | 0.97% | - |
| XYZ | 42.98 | 70.47 | 59.48 | - |
| YUV | 175.51 | 135.61 | 24.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 247 | 189 | 0.88 | 0 | 0.23 | 0.03 | 163.96 | 0.93 | 0.54 |
| Hex | 1E | F7 | BD | 58 | 0 | 17 | 3 | A4 | 5D | 36 |
| Octal | 36 | 367 | 275 | 130 | 0 | 27 | 3 | 244 | 135 | 66 |
| Binary | 11110 | 11110111 | 10111101 | 1011000 | 0 | 10111 | 11 | 10100100 | 1011101 | 110110 |
Color Harmonies of #1EF7BD
Complementary color
Monochromatic Colors of #1EF7BD
Black with #1EF7BD
Text Example
Text Example
White with #1EF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF7BD; }
p { color: rgb(30,247,189); }
H1.HeaderClassName
{
color: #1EF7BD;
}
.AnyTagClassName
{
color: #1EF7BD;
}
</style>
background-color css
<style>
a { background-color: #1EF7BD; }
a { background-color: rgb(30,247,189); }
div.DivClassName
{
background-color: #1EF7BD;
}
.BgClassName
{
background-color: #1EF7BD;
}
</style>
border-color css
<style>
span { border-color: #1EF7BD; }
span { border-color: rgb(30,247,189); }
td.TdClassName
{
border-color: #1EF7BD;
}
.TagClassName
{
border-color: #1EF7BD;
}
</style>