Shades of Bright Turquoise #1EFDCE
Tints of Bright Turquoise #1EFDCE
RGB
CMYK
RGB Variations
Color information
#1EFDCE (or 0x1EFDCE) is known color: Bright Turquoise. HEX triplet: 1E, FD and CE. RGB value is (30,253,206). Sum of RGB (Red+Green+Blue) = 30+253+206=489 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.13% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFDCE is #E10231. Grayscale: #B4B4B4. Windows color (decimal): -14746162 or 13565214. OLE color: 13565214.
HSL color Cylindrical-coordinate representation of color #1EFDCE: hue angle of 167.35º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFDCE is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 253 | 206 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.01 |
| HSL | 167.35º | 0.98% | 0.55% | - |
| HSV(B) | 167.35º | 0.88% | 0.99% | - |
| XYZ | 46.8 | 74.98 | 70.4 | - |
| YUV | 180.97 | 142.12 | 20.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 253 | 206 | 0.88 | 0 | 0.19 | 0.01 | 167.35 | 0.98 | 0.55 |
| Hex | 1E | FD | CE | 58 | 0 | 13 | 1 | A7 | 62 | 37 |
| Octal | 36 | 375 | 316 | 130 | 0 | 23 | 1 | 247 | 142 | 67 |
| Binary | 11110 | 11111101 | 11001110 | 1011000 | 0 | 10011 | 1 | 10100111 | 1100010 | 110111 |
Color Harmonies of #1EFDCE
Complementary color
Monochromatic Colors of #1EFDCE
Black with #1EFDCE
Text Example
Text Example
White with #1EFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFDCE; }
p { color: rgb(30,253,206); }
H1.HeaderClassName
{
color: #1EFDCE;
}
.AnyTagClassName
{
color: #1EFDCE;
}
</style>
background-color css
<style>
a { background-color: #1EFDCE; }
a { background-color: rgb(30,253,206); }
div.DivClassName
{
background-color: #1EFDCE;
}
.BgClassName
{
background-color: #1EFDCE;
}
</style>
border-color css
<style>
span { border-color: #1EFDCE; }
span { border-color: rgb(30,253,206); }
td.TdClassName
{
border-color: #1EFDCE;
}
.TagClassName
{
border-color: #1EFDCE;
}
</style>