Shades of Turquoise #1FECB9
Tints of Turquoise #1FECB9
RGB
CMYK
RGB Variations
Color information
#1FECB9 (or 0x1FECB9) is known color: Turquoise. HEX triplet: 1F, EC and B9. RGB value is (31,236,185). Sum of RGB (Red+Green+Blue) = 31+236+185=452 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.86% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FECB9 is #E01346. Grayscale: #A8A8A8. Windows color (decimal): -14684999 or 12184607. OLE color: 12184607.
HSL color Cylindrical-coordinate representation of color #1FECB9: hue angle of 165.07º 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 #1FECB9 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 185 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.07 |
| HSL | 165.07º | 0.84% | 0.52% | - |
| HSV(B) | 165.07º | 0.87% | 0.93% | - |
| XYZ | 39.32 | 63.78 | 56.14 | - |
| YUV | 168.89 | 137.08 | 29.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 185 | 0.87 | 0 | 0.22 | 0.07 | 165.07 | 0.84 | 0.52 |
| Hex | 1F | EC | B9 | 57 | 0 | 16 | 7 | A5 | 54 | 34 |
| Octal | 37 | 354 | 271 | 127 | 0 | 26 | 7 | 245 | 124 | 64 |
| Binary | 11111 | 11101100 | 10111001 | 1010111 | 0 | 10110 | 111 | 10100101 | 1010100 | 110100 |
Color Harmonies of #1FECB9
Complementary color
Monochromatic Colors of #1FECB9
Black with #1FECB9
Text Example
Text Example
White with #1FECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FECB9; }
p { color: rgb(31,236,185); }
H1.HeaderClassName
{
color: #1FECB9;
}
.AnyTagClassName
{
color: #1FECB9;
}
</style>
background-color css
<style>
a { background-color: #1FECB9; }
a { background-color: rgb(31,236,185); }
div.DivClassName
{
background-color: #1FECB9;
}
.BgClassName
{
background-color: #1FECB9;
}
</style>
border-color css
<style>
span { border-color: #1FECB9; }
span { border-color: rgb(31,236,185); }
td.TdClassName
{
border-color: #1FECB9;
}
.TagClassName
{
border-color: #1FECB9;
}
</style>