Shades of Bright Turquoise #1EF4D2
Tints of Bright Turquoise #1EF4D2
RGB
CMYK
RGB Variations
Color information
#1EF4D2 (or 0x1EF4D2) is known color: Bright Turquoise. HEX triplet: 1E, F4 and D2. RGB value is (30,244,210). Sum of RGB (Red+Green+Blue) = 30+244+210=484 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.20% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #1EF4D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF4D2 is #E10B2D. Grayscale: #B0B0B0. Windows color (decimal): -14748462 or 13825054. OLE color: 13825054.
HSL color Cylindrical-coordinate representation of color #1EF4D2: hue angle of 170.47º degrees, saturation: 0.91, 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 #1EF4D2 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 244 | 210 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.04 |
| HSL | 170.47º | 0.91% | 0.54% | - |
| HSV(B) | 170.47º | 0.88% | 0.96% | - |
| XYZ | 44.52 | 69.63 | 72.07 | - |
| YUV | 176.14 | 147.1 | 23.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 244 | 210 | 0.88 | 0 | 0.14 | 0.04 | 170.47 | 0.91 | 0.54 |
| Hex | 1E | F4 | D2 | 58 | 0 | E | 4 | AA | 5B | 36 |
| Octal | 36 | 364 | 322 | 130 | 0 | 16 | 4 | 252 | 133 | 66 |
| Binary | 11110 | 11110100 | 11010010 | 1011000 | 0 | 1110 | 100 | 10101010 | 1011011 | 110110 |
Color Harmonies of #1EF4D2
Complementary color
Monochromatic Colors of #1EF4D2
Black with #1EF4D2
Text Example
Text Example
White with #1EF4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF4D2; }
p { color: rgb(30,244,210); }
H1.HeaderClassName
{
color: #1EF4D2;
}
.AnyTagClassName
{
color: #1EF4D2;
}
</style>
background-color css
<style>
a { background-color: #1EF4D2; }
a { background-color: rgb(30,244,210); }
div.DivClassName
{
background-color: #1EF4D2;
}
.BgClassName
{
background-color: #1EF4D2;
}
</style>
border-color css
<style>
span { border-color: #1EF4D2; }
span { border-color: rgb(30,244,210); }
td.TdClassName
{
border-color: #1EF4D2;
}
.TagClassName
{
border-color: #1EF4D2;
}
</style>