Shades of Bright Turquoise #1EF6BD
Tints of Bright Turquoise #1EF6BD
RGB
CMYK
RGB Variations
Color information
#1EF6BD (or 0x1EF6BD) is known color: Bright Turquoise. HEX triplet: 1E, F6 and BD. RGB value is (30,246,189). Sum of RGB (Red+Green+Blue) = 30+246+189=465 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.45% from 465); Green value is 246 (96.48% from 255 or 52.90% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF6BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF6BD is #E10942. Grayscale: #AEAEAE. Windows color (decimal): -14747971 or 12449310. OLE color: 12449310.
HSL color Cylindrical-coordinate representation of color #1EF6BD: hue angle of 164.17º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF6BD is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 246 | 189 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.04 |
| HSL | 164.17º | 0.92% | 0.54% | - |
| HSV(B) | 164.17º | 0.88% | 0.96% | - |
| XYZ | 42.68 | 69.86 | 59.38 | - |
| YUV | 174.92 | 135.94 | 24.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 246 | 189 | 0.88 | 0 | 0.23 | 0.04 | 164.17 | 0.92 | 0.54 |
| Hex | 1E | F6 | BD | 58 | 0 | 17 | 4 | A4 | 5C | 36 |
| Octal | 36 | 366 | 275 | 130 | 0 | 27 | 4 | 244 | 134 | 66 |
| Binary | 11110 | 11110110 | 10111101 | 1011000 | 0 | 10111 | 100 | 10100100 | 1011100 | 110110 |
Color Harmonies of #1EF6BD
Complementary color
Monochromatic Colors of #1EF6BD
Black with #1EF6BD
Text Example
Text Example
White with #1EF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF6BD; }
p { color: rgb(30,246,189); }
H1.HeaderClassName
{
color: #1EF6BD;
}
.AnyTagClassName
{
color: #1EF6BD;
}
</style>
background-color css
<style>
a { background-color: #1EF6BD; }
a { background-color: rgb(30,246,189); }
div.DivClassName
{
background-color: #1EF6BD;
}
.BgClassName
{
background-color: #1EF6BD;
}
</style>
border-color css
<style>
span { border-color: #1EF6BD; }
span { border-color: rgb(30,246,189); }
td.TdClassName
{
border-color: #1EF6BD;
}
.TagClassName
{
border-color: #1EF6BD;
}
</style>