Shades of Turquoise #1FECBA
Tints of Turquoise #1FECBA
RGB
CMYK
RGB Variations
Color information
#1FECBA (or 0x1FECBA) is known color: Turquoise. HEX triplet: 1F, EC and BA. RGB value is (31,236,186). Sum of RGB (Red+Green+Blue) = 31+236+186=453 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.84% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FECBA is #E01345. Grayscale: #A9A9A9. Windows color (decimal): -14684998 or 12250143. OLE color: 12250143.
HSL color Cylindrical-coordinate representation of color #1FECBA: hue angle of 165.37º 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 #1FECBA is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 186 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.07 |
| HSL | 165.37º | 0.84% | 0.52% | - |
| HSV(B) | 165.37º | 0.87% | 0.93% | - |
| XYZ | 39.42 | 63.83 | 56.7 | - |
| YUV | 169.01 | 137.58 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 186 | 0.87 | 0 | 0.21 | 0.07 | 165.37 | 0.84 | 0.52 |
| Hex | 1F | EC | BA | 57 | 0 | 15 | 7 | A5 | 54 | 34 |
| Octal | 37 | 354 | 272 | 127 | 0 | 25 | 7 | 245 | 124 | 64 |
| Binary | 11111 | 11101100 | 10111010 | 1010111 | 0 | 10101 | 111 | 10100101 | 1010100 | 110100 |
Color Harmonies of #1FECBA
Complementary color
Monochromatic Colors of #1FECBA
Black with #1FECBA
Text Example
Text Example
White with #1FECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FECBA; }
p { color: rgb(31,236,186); }
H1.HeaderClassName
{
color: #1FECBA;
}
.AnyTagClassName
{
color: #1FECBA;
}
</style>
background-color css
<style>
a { background-color: #1FECBA; }
a { background-color: rgb(31,236,186); }
div.DivClassName
{
background-color: #1FECBA;
}
.BgClassName
{
background-color: #1FECBA;
}
</style>
border-color css
<style>
span { border-color: #1FECBA; }
span { border-color: rgb(31,236,186); }
td.TdClassName
{
border-color: #1FECBA;
}
.TagClassName
{
border-color: #1FECBA;
}
</style>