Shades of Turquoise #1FDBC7
Tints of Turquoise #1FDBC7
RGB
CMYK
RGB Variations
Color information
#1FDBC7 (or 0x1FDBC7) is known color: Turquoise. HEX triplet: 1F, DB and C7. RGB value is (31,219,199). Sum of RGB (Red+Green+Blue) = 31+219+199=449 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.90% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDBC7 is #E02438. Grayscale: #A0A0A0. Windows color (decimal): -14689337 or 13097759. OLE color: 13097759.
HSL color Cylindrical-coordinate representation of color #1FDBC7: hue angle of 173.62º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDBC7 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 199 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.14 |
| HSL | 173.62º | 0.75% | 0.49% | - |
| HSV(B) | 173.62º | 0.86% | 0.86% | - |
| XYZ | 36.21 | 55.08 | 62.76 | - |
| YUV | 160.51 | 149.72 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 199 | 0.86 | 0 | 0.09 | 0.14 | 173.62 | 0.75 | 0.49 |
| Hex | 1F | DB | C7 | 56 | 0 | 9 | E | AE | 4B | 31 |
| Octal | 37 | 333 | 307 | 126 | 0 | 11 | 16 | 256 | 113 | 61 |
| Binary | 11111 | 11011011 | 11000111 | 1010110 | 0 | 1001 | 1110 | 10101110 | 1001011 | 110001 |
Color Harmonies of #1FDBC7
Complementary color
Monochromatic Colors of #1FDBC7
Black with #1FDBC7
Text Example
Text Example
White with #1FDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDBC7; }
p { color: rgb(31,219,199); }
H1.HeaderClassName
{
color: #1FDBC7;
}
.AnyTagClassName
{
color: #1FDBC7;
}
</style>
background-color css
<style>
a { background-color: #1FDBC7; }
a { background-color: rgb(31,219,199); }
div.DivClassName
{
background-color: #1FDBC7;
}
.BgClassName
{
background-color: #1FDBC7;
}
</style>
border-color css
<style>
span { border-color: #1FDBC7; }
span { border-color: rgb(31,219,199); }
td.TdClassName
{
border-color: #1FDBC7;
}
.TagClassName
{
border-color: #1FDBC7;
}
</style>