Shades of Turquoise #1FEABF
Tints of Turquoise #1FEABF
RGB
CMYK
RGB Variations
Color information
#1FEABF (or 0x1FEABF) is known color: Turquoise. HEX triplet: 1F, EA and BF. RGB value is (31,234,191). Sum of RGB (Red+Green+Blue) = 31+234+191=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #1FEABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEABF is #E01540. Grayscale: #A8A8A8. Windows color (decimal): -14685505 or 12577311. OLE color: 12577311.
HSL color Cylindrical-coordinate representation of color #1FEABF: hue angle of 167.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEABF is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 234 | 191 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.08 |
| HSL | 167.29º | 0.83% | 0.52% | - |
| HSV(B) | 167.29º | 0.87% | 0.92% | - |
| XYZ | 39.39 | 62.9 | 59.35 | - |
| YUV | 168.4 | 140.75 | 30 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 234 | 191 | 0.87 | 0 | 0.18 | 0.08 | 167.29 | 0.83 | 0.52 |
| Hex | 1F | EA | BF | 57 | 0 | 12 | 8 | A7 | 53 | 34 |
| Octal | 37 | 352 | 277 | 127 | 0 | 22 | 10 | 247 | 123 | 64 |
| Binary | 11111 | 11101010 | 10111111 | 1010111 | 0 | 10010 | 1000 | 10100111 | 1010011 | 110100 |
Color Harmonies of #1FEABF
Complementary color
Monochromatic Colors of #1FEABF
Black with #1FEABF
Text Example
Text Example
White with #1FEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEABF; }
p { color: rgb(31,234,191); }
H1.HeaderClassName
{
color: #1FEABF;
}
.AnyTagClassName
{
color: #1FEABF;
}
</style>
background-color css
<style>
a { background-color: #1FEABF; }
a { background-color: rgb(31,234,191); }
div.DivClassName
{
background-color: #1FEABF;
}
.BgClassName
{
background-color: #1FEABF;
}
</style>
border-color css
<style>
span { border-color: #1FEABF; }
span { border-color: rgb(31,234,191); }
td.TdClassName
{
border-color: #1FEABF;
}
.TagClassName
{
border-color: #1FEABF;
}
</style>