Shades of Turquoise #1FDFBA
Tints of Turquoise #1FDFBA
RGB
CMYK
RGB Variations
Color information
#1FDFBA (or 0x1FDFBA) is known color: Turquoise. HEX triplet: 1F, DF and BA. RGB value is (31,223,186). Sum of RGB (Red+Green+Blue) = 31+223+186=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #1FDFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDFBA is #E02045. Grayscale: #A1A1A1. Windows color (decimal): -14688326 or 12246815. OLE color: 12246815.
HSL color Cylindrical-coordinate representation of color #1FDFBA: hue angle of 168.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDFBA is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 223 | 186 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.13 |
| HSL | 168.44º | 0.76% | 0.5% | - |
| HSV(B) | 168.44º | 0.86% | 0.87% | - |
| XYZ | 35.82 | 56.61 | 55.49 | - |
| YUV | 161.37 | 141.89 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 186 | 0.86 | 0 | 0.17 | 0.13 | 168.44 | 0.76 | 0.5 |
| Hex | 1F | DF | BA | 56 | 0 | 11 | D | A8 | 4C | 32 |
| Octal | 37 | 337 | 272 | 126 | 0 | 21 | 15 | 250 | 114 | 62 |
| Binary | 11111 | 11011111 | 10111010 | 1010110 | 0 | 10001 | 1101 | 10101000 | 1001100 | 110010 |
Color Harmonies of #1FDFBA
Complementary color
Monochromatic Colors of #1FDFBA
Black with #1FDFBA
Text Example
Text Example
White with #1FDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFBA; }
p { color: rgb(31,223,186); }
H1.HeaderClassName
{
color: #1FDFBA;
}
.AnyTagClassName
{
color: #1FDFBA;
}
</style>
background-color css
<style>
a { background-color: #1FDFBA; }
a { background-color: rgb(31,223,186); }
div.DivClassName
{
background-color: #1FDFBA;
}
.BgClassName
{
background-color: #1FDFBA;
}
</style>
border-color css
<style>
span { border-color: #1FDFBA; }
span { border-color: rgb(31,223,186); }
td.TdClassName
{
border-color: #1FDFBA;
}
.TagClassName
{
border-color: #1FDFBA;
}
</style>