Shades of Bright Turquoise #1EF8D9
Tints of Bright Turquoise #1EF8D9
RGB
CMYK
RGB Variations
Color information
#1EF8D9 (or 0x1EF8D9) is known color: Bright Turquoise. HEX triplet: 1E, F8 and D9. RGB value is (30,248,217). Sum of RGB (Red+Green+Blue) = 30+248+217=495 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.06% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #1EF8D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF8D9 is #E10726. Grayscale: #B3B3B3. Windows color (decimal): -14747431 or 14284830. OLE color: 14284830.
HSL color Cylindrical-coordinate representation of color #1EF8D9: hue angle of 171.47º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF8D9 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 248 | 217 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.03 |
| HSL | 171.47º | 0.94% | 0.55% | - |
| HSV(B) | 171.47º | 0.88% | 0.97% | - |
| XYZ | 46.63 | 72.42 | 77.17 | - |
| YUV | 179.28 | 149.28 | 21.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 248 | 217 | 0.88 | 0 | 0.12 | 0.03 | 171.47 | 0.94 | 0.55 |
| Hex | 1E | F8 | D9 | 58 | 0 | C | 3 | AB | 5E | 37 |
| Octal | 36 | 370 | 331 | 130 | 0 | 14 | 3 | 253 | 136 | 67 |
| Binary | 11110 | 11111000 | 11011001 | 1011000 | 0 | 1100 | 11 | 10101011 | 1011110 | 110111 |
Color Harmonies of #1EF8D9
Complementary color
Monochromatic Colors of #1EF8D9
Black with #1EF8D9
Text Example
Text Example
White with #1EF8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF8D9; }
p { color: rgb(30,248,217); }
H1.HeaderClassName
{
color: #1EF8D9;
}
.AnyTagClassName
{
color: #1EF8D9;
}
</style>
background-color css
<style>
a { background-color: #1EF8D9; }
a { background-color: rgb(30,248,217); }
div.DivClassName
{
background-color: #1EF8D9;
}
.BgClassName
{
background-color: #1EF8D9;
}
</style>
border-color css
<style>
span { border-color: #1EF8D9; }
span { border-color: rgb(30,248,217); }
td.TdClassName
{
border-color: #1EF8D9;
}
.TagClassName
{
border-color: #1EF8D9;
}
</style>