Shades of Turquoise #1FDDBA
Tints of Turquoise #1FDDBA
RGB
CMYK
RGB Variations
Color information
#1FDDBA (or 0x1FDDBA) is known color: Turquoise. HEX triplet: 1F, DD and BA. RGB value is (31,221,186). Sum of RGB (Red+Green+Blue) = 31+221+186=438 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.08% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDDBA is #E02245. Grayscale: #A0A0A0. Windows color (decimal): -14688838 or 12246303. OLE color: 12246303.
HSL color Cylindrical-coordinate representation of color #1FDDBA: hue angle of 168.95º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDDBA is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 186 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.13 |
| HSL | 168.95º | 0.75% | 0.49% | - |
| HSV(B) | 168.95º | 0.86% | 0.87% | - |
| XYZ | 35.28 | 55.55 | 55.32 | - |
| YUV | 160.2 | 142.55 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 186 | 0.86 | 0 | 0.16 | 0.13 | 168.95 | 0.75 | 0.49 |
| Hex | 1F | DD | BA | 56 | 0 | 10 | D | A9 | 4B | 31 |
| Octal | 37 | 335 | 272 | 126 | 0 | 20 | 15 | 251 | 113 | 61 |
| Binary | 11111 | 11011101 | 10111010 | 1010110 | 0 | 10000 | 1101 | 10101001 | 1001011 | 110001 |
Color Harmonies of #1FDDBA
Complementary color
Monochromatic Colors of #1FDDBA
Black with #1FDDBA
Text Example
Text Example
White with #1FDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDDBA; }
p { color: rgb(31,221,186); }
H1.HeaderClassName
{
color: #1FDDBA;
}
.AnyTagClassName
{
color: #1FDDBA;
}
</style>
background-color css
<style>
a { background-color: #1FDDBA; }
a { background-color: rgb(31,221,186); }
div.DivClassName
{
background-color: #1FDDBA;
}
.BgClassName
{
background-color: #1FDDBA;
}
</style>
border-color css
<style>
span { border-color: #1FDDBA; }
span { border-color: rgb(31,221,186); }
td.TdClassName
{
border-color: #1FDDBA;
}
.TagClassName
{
border-color: #1FDDBA;
}
</style>