Shades of Bright Turquoise #1EFDC6
Tints of Bright Turquoise #1EFDC6
RGB
CMYK
RGB Variations
Color information
#1EFDC6 (or 0x1EFDC6) is known color: Bright Turquoise. HEX triplet: 1E, FD and C6. RGB value is (30,253,198). Sum of RGB (Red+Green+Blue) = 30+253+198=481 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.24% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFDC6 is #E10239. Grayscale: #B4B4B4. Windows color (decimal): -14746170 or 13040926. OLE color: 13040926.
HSL color Cylindrical-coordinate representation of color #1EFDC6: hue angle of 165.2º 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 #1EFDC6 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 253 | 198 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.01 |
| HSL | 165.2º | 0.98% | 0.55% | - |
| HSV(B) | 165.2º | 0.88% | 0.99% | - |
| XYZ | 45.85 | 74.6 | 65.41 | - |
| YUV | 180.05 | 138.12 | 20.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 253 | 198 | 0.88 | 0 | 0.22 | 0.01 | 165.2 | 0.98 | 0.55 |
| Hex | 1E | FD | C6 | 58 | 0 | 16 | 1 | A5 | 62 | 37 |
| Octal | 36 | 375 | 306 | 130 | 0 | 26 | 1 | 245 | 142 | 67 |
| Binary | 11110 | 11111101 | 11000110 | 1011000 | 0 | 10110 | 1 | 10100101 | 1100010 | 110111 |
Color Harmonies of #1EFDC6
Complementary color
Monochromatic Colors of #1EFDC6
Black with #1EFDC6
Text Example
Text Example
White with #1EFDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFDC6; }
p { color: rgb(30,253,198); }
H1.HeaderClassName
{
color: #1EFDC6;
}
.AnyTagClassName
{
color: #1EFDC6;
}
</style>
background-color css
<style>
a { background-color: #1EFDC6; }
a { background-color: rgb(30,253,198); }
div.DivClassName
{
background-color: #1EFDC6;
}
.BgClassName
{
background-color: #1EFDC6;
}
</style>
border-color css
<style>
span { border-color: #1EFDC6; }
span { border-color: rgb(30,253,198); }
td.TdClassName
{
border-color: #1EFDC6;
}
.TagClassName
{
border-color: #1EFDC6;
}
</style>