Shades of Bright Turquoise #1EFEEC
Tints of Bright Turquoise #1EFEEC
RGB
CMYK
RGB Variations
Color information
#1EFEEC (or 0x1EFEEC) is known color: Bright Turquoise. HEX triplet: 1E, FE and EC. RGB value is (30,254,236). Sum of RGB (Red+Green+Blue) = 30+254+236=520 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.77% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFEEC is #E10113. Grayscale: #B8B8B8. Windows color (decimal): -14745876 or 15531550. OLE color: 15531550.
HSL color Cylindrical-coordinate representation of color #1EFEEC: hue angle of 175.18º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFEEC is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 254 | 236 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.00 |
| HSL | 175.18º | 0.99% | 0.56% | - |
| HSV(B) | 175.18º | 0.88% | 1% | - |
| XYZ | 51.12 | 77.22 | 91.57 | - |
| YUV | 184.97 | 156.79 | 17.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 254 | 236 | 0.88 | 0 | 0.07 | 0.00 | 175.18 | 0.99 | 0.56 |
| Hex | 1E | FE | EC | 58 | 0 | 7 | 0 | AF | 63 | 38 |
| Octal | 36 | 376 | 354 | 130 | 0 | 7 | 0 | 257 | 143 | 70 |
| Binary | 11110 | 11111110 | 11101100 | 1011000 | 0 | 111 | 0 | 10101111 | 1100011 | 111000 |
Color Harmonies of #1EFEEC
Complementary color
Monochromatic Colors of #1EFEEC
Black with #1EFEEC
Text Example
Text Example
White with #1EFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFEEC; }
p { color: rgb(30,254,236); }
H1.HeaderClassName
{
color: #1EFEEC;
}
.AnyTagClassName
{
color: #1EFEEC;
}
</style>
background-color css
<style>
a { background-color: #1EFEEC; }
a { background-color: rgb(30,254,236); }
div.DivClassName
{
background-color: #1EFEEC;
}
.BgClassName
{
background-color: #1EFEEC;
}
</style>
border-color css
<style>
span { border-color: #1EFEEC; }
span { border-color: rgb(30,254,236); }
td.TdClassName
{
border-color: #1EFEEC;
}
.TagClassName
{
border-color: #1EFEEC;
}
</style>