Shades of Turquoise #1FE3BA
Tints of Turquoise #1FE3BA
RGB
CMYK
RGB Variations
Color information
#1FE3BA (or 0x1FE3BA) is known color: Turquoise. HEX triplet: 1F, E3 and BA. RGB value is (31,227,186). Sum of RGB (Red+Green+Blue) = 31+227+186=444 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.98% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #1FE3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE3BA is #E01C45. Grayscale: #A3A3A3. Windows color (decimal): -14687302 or 12247839. OLE color: 12247839.
HSL color Cylindrical-coordinate representation of color #1FE3BA: hue angle of 167.45º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE3BA is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 227 | 186 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.11 |
| HSL | 167.45º | 0.78% | 0.51% | - |
| HSV(B) | 167.45º | 0.86% | 0.89% | - |
| XYZ | 36.9 | 58.77 | 55.85 | - |
| YUV | 163.72 | 140.57 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 227 | 186 | 0.86 | 0 | 0.18 | 0.11 | 167.45 | 0.78 | 0.51 |
| Hex | 1F | E3 | BA | 56 | 0 | 12 | B | A7 | 4E | 33 |
| Octal | 37 | 343 | 272 | 126 | 0 | 22 | 13 | 247 | 116 | 63 |
| Binary | 11111 | 11100011 | 10111010 | 1010110 | 0 | 10010 | 1011 | 10100111 | 1001110 | 110011 |
Color Harmonies of #1FE3BA
Complementary color
Monochromatic Colors of #1FE3BA
Black with #1FE3BA
Text Example
Text Example
White with #1FE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE3BA; }
p { color: rgb(31,227,186); }
H1.HeaderClassName
{
color: #1FE3BA;
}
.AnyTagClassName
{
color: #1FE3BA;
}
</style>
background-color css
<style>
a { background-color: #1FE3BA; }
a { background-color: rgb(31,227,186); }
div.DivClassName
{
background-color: #1FE3BA;
}
.BgClassName
{
background-color: #1FE3BA;
}
</style>
border-color css
<style>
span { border-color: #1FE3BA; }
span { border-color: rgb(31,227,186); }
td.TdClassName
{
border-color: #1FE3BA;
}
.TagClassName
{
border-color: #1FE3BA;
}
</style>