Shades of Bright Turquoise #1EF2DC
Tints of Bright Turquoise #1EF2DC
RGB
CMYK
RGB Variations
Color information
#1EF2DC (or 0x1EF2DC) is known color: Bright Turquoise. HEX triplet: 1E, F2 and DC. RGB value is (30,242,220). Sum of RGB (Red+Green+Blue) = 30+242+220=492 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.10% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF2DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF2DC is #E10D23. Grayscale: #AFAFAF. Windows color (decimal): -14748964 or 14479902. OLE color: 14479902.
HSL color Cylindrical-coordinate representation of color #1EF2DC: hue angle of 173.77º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF2DC is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 220 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.05 |
| HSL | 173.77º | 0.89% | 0.53% | - |
| HSV(B) | 173.77º | 0.88% | 0.95% | - |
| XYZ | 45.21 | 68.95 | 78.64 | - |
| YUV | 176.1 | 152.76 | 23.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 220 | 0.88 | 0 | 0.09 | 0.05 | 173.77 | 0.89 | 0.53 |
| Hex | 1E | F2 | DC | 58 | 0 | 9 | 5 | AE | 59 | 35 |
| Octal | 36 | 362 | 334 | 130 | 0 | 11 | 5 | 256 | 131 | 65 |
| Binary | 11110 | 11110010 | 11011100 | 1011000 | 0 | 1001 | 101 | 10101110 | 1011001 | 110101 |
Color Harmonies of #1EF2DC
Complementary color
Monochromatic Colors of #1EF2DC
Black with #1EF2DC
Text Example
Text Example
White with #1EF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF2DC; }
p { color: rgb(30,242,220); }
H1.HeaderClassName
{
color: #1EF2DC;
}
.AnyTagClassName
{
color: #1EF2DC;
}
</style>
background-color css
<style>
a { background-color: #1EF2DC; }
a { background-color: rgb(30,242,220); }
div.DivClassName
{
background-color: #1EF2DC;
}
.BgClassName
{
background-color: #1EF2DC;
}
</style>
border-color css
<style>
span { border-color: #1EF2DC; }
span { border-color: rgb(30,242,220); }
td.TdClassName
{
border-color: #1EF2DC;
}
.TagClassName
{
border-color: #1EF2DC;
}
</style>