Shades of Turquoise #1FE0B7
Tints of Turquoise #1FE0B7
RGB
CMYK
RGB Variations
Color information
#1FE0B7 (or 0x1FE0B7) is known color: Turquoise. HEX triplet: 1F, E0 and B7. RGB value is (31,224,183). Sum of RGB (Red+Green+Blue) = 31+224+183=438 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.08% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE0B7 is #E01F48. Grayscale: #A1A1A1. Windows color (decimal): -14688073 or 12050463. OLE color: 12050463.
HSL color Cylindrical-coordinate representation of color #1FE0B7: hue angle of 167.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 #1FE0B7 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 224 | 183 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.12 |
| HSL | 167.25º | 0.76% | 0.5% | - |
| HSV(B) | 167.25º | 0.86% | 0.88% | - |
| XYZ | 35.77 | 57.02 | 53.92 | - |
| YUV | 161.62 | 140.06 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 224 | 183 | 0.86 | 0 | 0.18 | 0.12 | 167.25 | 0.76 | 0.5 |
| Hex | 1F | E0 | B7 | 56 | 0 | 12 | C | A7 | 4C | 32 |
| Octal | 37 | 340 | 267 | 126 | 0 | 22 | 14 | 247 | 114 | 62 |
| Binary | 11111 | 11100000 | 10110111 | 1010110 | 0 | 10010 | 1100 | 10100111 | 1001100 | 110010 |
Color Harmonies of #1FE0B7
Complementary color
Monochromatic Colors of #1FE0B7
Black with #1FE0B7
Text Example
Text Example
White with #1FE0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE0B7; }
p { color: rgb(31,224,183); }
H1.HeaderClassName
{
color: #1FE0B7;
}
.AnyTagClassName
{
color: #1FE0B7;
}
</style>
background-color css
<style>
a { background-color: #1FE0B7; }
a { background-color: rgb(31,224,183); }
div.DivClassName
{
background-color: #1FE0B7;
}
.BgClassName
{
background-color: #1FE0B7;
}
</style>
border-color css
<style>
span { border-color: #1FE0B7; }
span { border-color: rgb(31,224,183); }
td.TdClassName
{
border-color: #1FE0B7;
}
.TagClassName
{
border-color: #1FE0B7;
}
</style>