Shades of Turquoise #1FE1BD
Tints of Turquoise #1FE1BD
RGB
CMYK
RGB Variations
Color information
#1FE1BD (or 0x1FE1BD) is known color: Turquoise. HEX triplet: 1F, E1 and BD. RGB value is (31,225,189). Sum of RGB (Red+Green+Blue) = 31+225+189=445 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.97% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE1BD is #E01E42. Grayscale: #A2A2A2. Windows color (decimal): -14687811 or 12443935. OLE color: 12443935.
HSL color Cylindrical-coordinate representation of color #1FE1BD: hue angle of 168.87º 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 #1FE1BD is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 189 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.12 |
| HSL | 168.87º | 0.76% | 0.5% | - |
| HSV(B) | 168.87º | 0.86% | 0.88% | - |
| XYZ | 36.68 | 57.82 | 57.37 | - |
| YUV | 162.89 | 142.73 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 189 | 0.86 | 0 | 0.16 | 0.12 | 168.87 | 0.76 | 0.5 |
| Hex | 1F | E1 | BD | 56 | 0 | 10 | C | A9 | 4C | 32 |
| Octal | 37 | 341 | 275 | 126 | 0 | 20 | 14 | 251 | 114 | 62 |
| Binary | 11111 | 11100001 | 10111101 | 1010110 | 0 | 10000 | 1100 | 10101001 | 1001100 | 110010 |
Color Harmonies of #1FE1BD
Complementary color
Monochromatic Colors of #1FE1BD
Black with #1FE1BD
Text Example
Text Example
White with #1FE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE1BD; }
p { color: rgb(31,225,189); }
H1.HeaderClassName
{
color: #1FE1BD;
}
.AnyTagClassName
{
color: #1FE1BD;
}
</style>
background-color css
<style>
a { background-color: #1FE1BD; }
a { background-color: rgb(31,225,189); }
div.DivClassName
{
background-color: #1FE1BD;
}
.BgClassName
{
background-color: #1FE1BD;
}
</style>
border-color css
<style>
span { border-color: #1FE1BD; }
span { border-color: rgb(31,225,189); }
td.TdClassName
{
border-color: #1FE1BD;
}
.TagClassName
{
border-color: #1FE1BD;
}
</style>