Shades of Bright Turquoise #1EFFEC
Tints of Bright Turquoise #1EFFEC
RGB
CMYK
RGB Variations
Color information
#1EFFEC (or 0x1EFFEC) is known color: Bright Turquoise. HEX triplet: 1E, FF and EC. RGB value is (30,255,236). Sum of RGB (Red+Green+Blue) = 30+255+236=521 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.76% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFFEC is #E10013. Grayscale: #B9B9B9. Windows color (decimal): -14745620 or 15531806. OLE color: 15531806.
HSL color Cylindrical-coordinate representation of color #1EFFEC: hue angle of 174.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFFEC is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 236 | - |
| CMYK | 0.88 | 0 | 0.07 | 0 |
| HSL | 174.93º | 1% | 0.56% | - |
| HSV(B) | 174.93º | 0.88% | 1% | - |
| XYZ | 51.44 | 77.85 | 91.67 | - |
| YUV | 185.56 | 156.46 | 17.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 236 | 0.88 | 0 | 0.07 | 0 | 174.93 | 1 | 0.56 |
| Hex | 1E | FF | EC | 58 | 0 | 7 | 0 | AF | 64 | 38 |
| Octal | 36 | 377 | 354 | 130 | 0 | 7 | 0 | 257 | 144 | 70 |
| Binary | 11110 | 11111111 | 11101100 | 1011000 | 0 | 111 | 0 | 10101111 | 1100100 | 111000 |
Color Harmonies of #1EFFEC
Complementary color
Monochromatic Colors of #1EFFEC
Black with #1EFFEC
Text Example
Text Example
White with #1EFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFFEC; }
p { color: rgb(30,255,236); }
H1.HeaderClassName
{
color: #1EFFEC;
}
.AnyTagClassName
{
color: #1EFFEC;
}
</style>
background-color css
<style>
a { background-color: #1EFFEC; }
a { background-color: rgb(30,255,236); }
div.DivClassName
{
background-color: #1EFFEC;
}
.BgClassName
{
background-color: #1EFFEC;
}
</style>
border-color css
<style>
span { border-color: #1EFFEC; }
span { border-color: rgb(30,255,236); }
td.TdClassName
{
border-color: #1EFFEC;
}
.TagClassName
{
border-color: #1EFFEC;
}
</style>