Shades of Turquoise #1FF2BE
Tints of Turquoise #1FF2BE
RGB
CMYK
RGB Variations
Color information
#1FF2BE (or 0x1FF2BE) is known color: Turquoise. HEX triplet: 1F, F2 and BE. RGB value is (31,242,190). Sum of RGB (Red+Green+Blue) = 31+242+190=463 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.70% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF2BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF2BE is #E00D41. Grayscale: #ACACAC. Windows color (decimal): -14683458 or 12513823. OLE color: 12513823.
HSL color Cylindrical-coordinate representation of color #1FF2BE: hue angle of 165.21º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF2BE is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 242 | 190 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.05 |
| HSL | 165.21º | 0.89% | 0.54% | - |
| HSV(B) | 165.21º | 0.87% | 0.95% | - |
| XYZ | 41.61 | 67.51 | 59.55 | - |
| YUV | 172.98 | 137.6 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 242 | 190 | 0.87 | 0 | 0.21 | 0.05 | 165.21 | 0.89 | 0.54 |
| Hex | 1F | F2 | BE | 57 | 0 | 15 | 5 | A5 | 59 | 36 |
| Octal | 37 | 362 | 276 | 127 | 0 | 25 | 5 | 245 | 131 | 66 |
| Binary | 11111 | 11110010 | 10111110 | 1010111 | 0 | 10101 | 101 | 10100101 | 1011001 | 110110 |
Color Harmonies of #1FF2BE
Complementary color
Monochromatic Colors of #1FF2BE
Black with #1FF2BE
Text Example
Text Example
White with #1FF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF2BE; }
p { color: rgb(31,242,190); }
H1.HeaderClassName
{
color: #1FF2BE;
}
.AnyTagClassName
{
color: #1FF2BE;
}
</style>
background-color css
<style>
a { background-color: #1FF2BE; }
a { background-color: rgb(31,242,190); }
div.DivClassName
{
background-color: #1FF2BE;
}
.BgClassName
{
background-color: #1FF2BE;
}
</style>
border-color css
<style>
span { border-color: #1FF2BE; }
span { border-color: rgb(31,242,190); }
td.TdClassName
{
border-color: #1FF2BE;
}
.TagClassName
{
border-color: #1FF2BE;
}
</style>