Shades of Turquoise #1FDDBB
Tints of Turquoise #1FDDBB
RGB
CMYK
RGB Variations
Color information
#1FDDBB (or 0x1FDDBB) is known color: Turquoise. HEX triplet: 1F, DD and BB. RGB value is (31,221,187). Sum of RGB (Red+Green+Blue) = 31+221+187=439 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.06% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDDBB is #E02244. Grayscale: #A0A0A0. Windows color (decimal): -14688837 or 12311839. OLE color: 12311839.
HSL color Cylindrical-coordinate representation of color #1FDDBB: hue angle of 169.26º 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 #1FDDBB is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 187 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.13 |
| HSL | 169.26º | 0.75% | 0.49% | - |
| HSV(B) | 169.26º | 0.86% | 0.87% | - |
| XYZ | 35.39 | 55.59 | 55.88 | - |
| YUV | 160.31 | 143.05 | 35.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 187 | 0.86 | 0 | 0.15 | 0.13 | 169.26 | 0.75 | 0.49 |
| Hex | 1F | DD | BB | 56 | 0 | F | D | A9 | 4B | 31 |
| Octal | 37 | 335 | 273 | 126 | 0 | 17 | 15 | 251 | 113 | 61 |
| Binary | 11111 | 11011101 | 10111011 | 1010110 | 0 | 1111 | 1101 | 10101001 | 1001011 | 110001 |
Color Harmonies of #1FDDBB
Complementary color
Monochromatic Colors of #1FDDBB
Black with #1FDDBB
Text Example
Text Example
White with #1FDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDDBB; }
p { color: rgb(31,221,187); }
H1.HeaderClassName
{
color: #1FDDBB;
}
.AnyTagClassName
{
color: #1FDDBB;
}
</style>
background-color css
<style>
a { background-color: #1FDDBB; }
a { background-color: rgb(31,221,187); }
div.DivClassName
{
background-color: #1FDDBB;
}
.BgClassName
{
background-color: #1FDDBB;
}
</style>
border-color css
<style>
span { border-color: #1FDDBB; }
span { border-color: rgb(31,221,187); }
td.TdClassName
{
border-color: #1FDDBB;
}
.TagClassName
{
border-color: #1FDDBB;
}
</style>