Shades of Turquoise #1FECBB
Tints of Turquoise #1FECBB
RGB
CMYK
RGB Variations
Color information
#1FECBB (or 0x1FECBB) is known color: Turquoise. HEX triplet: 1F, EC and BB. RGB value is (31,236,187). Sum of RGB (Red+Green+Blue) = 31+236+187=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FECBB is #E01344. Grayscale: #A9A9A9. Windows color (decimal): -14684997 or 12315679. OLE color: 12315679.
HSL color Cylindrical-coordinate representation of color #1FECBB: hue angle of 165.66º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FECBB is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 187 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.07 |
| HSL | 165.66º | 0.84% | 0.52% | - |
| HSV(B) | 165.66º | 0.87% | 0.93% | - |
| XYZ | 39.53 | 63.87 | 57.26 | - |
| YUV | 169.12 | 138.08 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 187 | 0.87 | 0 | 0.21 | 0.07 | 165.66 | 0.84 | 0.52 |
| Hex | 1F | EC | BB | 57 | 0 | 15 | 7 | A6 | 54 | 34 |
| Octal | 37 | 354 | 273 | 127 | 0 | 25 | 7 | 246 | 124 | 64 |
| Binary | 11111 | 11101100 | 10111011 | 1010111 | 0 | 10101 | 111 | 10100110 | 1010100 | 110100 |
Color Harmonies of #1FECBB
Complementary color
Monochromatic Colors of #1FECBB
Black with #1FECBB
Text Example
Text Example
White with #1FECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FECBB; }
p { color: rgb(31,236,187); }
H1.HeaderClassName
{
color: #1FECBB;
}
.AnyTagClassName
{
color: #1FECBB;
}
</style>
background-color css
<style>
a { background-color: #1FECBB; }
a { background-color: rgb(31,236,187); }
div.DivClassName
{
background-color: #1FECBB;
}
.BgClassName
{
background-color: #1FECBB;
}
</style>
border-color css
<style>
span { border-color: #1FECBB; }
span { border-color: rgb(31,236,187); }
td.TdClassName
{
border-color: #1FECBB;
}
.TagClassName
{
border-color: #1FECBB;
}
</style>