Shades of Turquoise #1FE1BB
Tints of Turquoise #1FE1BB
RGB
CMYK
RGB Variations
Color information
#1FE1BB (or 0x1FE1BB) is known color: Turquoise. HEX triplet: 1F, E1 and BB. RGB value is (31,225,187). Sum of RGB (Red+Green+Blue) = 31+225+187=443 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.00% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE1BB is #E01E44. Grayscale: #A2A2A2. Windows color (decimal): -14687813 or 12312863. OLE color: 12312863.
HSL color Cylindrical-coordinate representation of color #1FE1BB: hue angle of 168.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE1BB is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 187 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.12 |
| HSL | 168.25º | 0.76% | 0.5% | - |
| HSV(B) | 168.25º | 0.86% | 0.88% | - |
| XYZ | 36.46 | 57.73 | 56.24 | - |
| YUV | 162.66 | 141.73 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 187 | 0.86 | 0 | 0.17 | 0.12 | 168.25 | 0.76 | 0.5 |
| Hex | 1F | E1 | BB | 56 | 0 | 11 | C | A8 | 4C | 32 |
| Octal | 37 | 341 | 273 | 126 | 0 | 21 | 14 | 250 | 114 | 62 |
| Binary | 11111 | 11100001 | 10111011 | 1010110 | 0 | 10001 | 1100 | 10101000 | 1001100 | 110010 |
Color Harmonies of #1FE1BB
Complementary color
Monochromatic Colors of #1FE1BB
Black with #1FE1BB
Text Example
Text Example
White with #1FE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE1BB; }
p { color: rgb(31,225,187); }
H1.HeaderClassName
{
color: #1FE1BB;
}
.AnyTagClassName
{
color: #1FE1BB;
}
</style>
background-color css
<style>
a { background-color: #1FE1BB; }
a { background-color: rgb(31,225,187); }
div.DivClassName
{
background-color: #1FE1BB;
}
.BgClassName
{
background-color: #1FE1BB;
}
</style>
border-color css
<style>
span { border-color: #1FE1BB; }
span { border-color: rgb(31,225,187); }
td.TdClassName
{
border-color: #1FE1BB;
}
.TagClassName
{
border-color: #1FE1BB;
}
</style>