Shades of Bright Turquoise #1FFEEC
Tints of Bright Turquoise #1FFEEC
RGB
CMYK
RGB Variations
Color information
#1FFEEC (or 0x1FFEEC) is known color: Bright Turquoise. HEX triplet: 1F, FE and EC. RGB value is (31,254,236). Sum of RGB (Red+Green+Blue) = 31+254+236=521 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.95% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFEEC is #E00113. Grayscale: #B9B9B9. Windows color (decimal): -14680340 or 15531551. OLE color: 15531551.
HSL color Cylindrical-coordinate representation of color #1FFEEC: hue angle of 175.16º 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 #1FFEEC is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 236 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.00 |
| HSL | 175.16º | 0.99% | 0.56% | - |
| HSV(B) | 175.16º | 0.88% | 1% | - |
| XYZ | 51.15 | 77.23 | 91.57 | - |
| YUV | 185.27 | 156.62 | 17.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 236 | 0.88 | 0 | 0.07 | 0.00 | 175.16 | 0.99 | 0.56 |
| Hex | 1F | FE | EC | 58 | 0 | 7 | 0 | AF | 63 | 38 |
| Octal | 37 | 376 | 354 | 130 | 0 | 7 | 0 | 257 | 143 | 70 |
| Binary | 11111 | 11111110 | 11101100 | 1011000 | 0 | 111 | 0 | 10101111 | 1100011 | 111000 |
Color Harmonies of #1FFEEC
Complementary color
Monochromatic Colors of #1FFEEC
Black with #1FFEEC
Text Example
Text Example
White with #1FFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFEEC; }
p { color: rgb(31,254,236); }
H1.HeaderClassName
{
color: #1FFEEC;
}
.AnyTagClassName
{
color: #1FFEEC;
}
</style>
background-color css
<style>
a { background-color: #1FFEEC; }
a { background-color: rgb(31,254,236); }
div.DivClassName
{
background-color: #1FFEEC;
}
.BgClassName
{
background-color: #1FFEEC;
}
</style>
border-color css
<style>
span { border-color: #1FFEEC; }
span { border-color: rgb(31,254,236); }
td.TdClassName
{
border-color: #1FFEEC;
}
.TagClassName
{
border-color: #1FFEEC;
}
</style>