Shades of Turquoise #1FDFC6
Tints of Turquoise #1FDFC6
RGB
CMYK
RGB Variations
Color information
#1FDFC6 (or 0x1FDFC6) is known color: Turquoise. HEX triplet: 1F, DF and C6. RGB value is (31,223,198). Sum of RGB (Red+Green+Blue) = 31+223+198=452 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.86% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #1FDFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDFC6 is #E02039. Grayscale: #A2A2A2. Windows color (decimal): -14688314 or 13033247. OLE color: 13033247.
HSL color Cylindrical-coordinate representation of color #1FDFC6: hue angle of 172.19º 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 #1FDFC6 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 223 | 198 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.13 |
| HSL | 172.19º | 0.76% | 0.5% | - |
| HSV(B) | 172.19º | 0.86% | 0.87% | - |
| XYZ | 37.15 | 57.14 | 62.5 | - |
| YUV | 162.74 | 147.89 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 198 | 0.86 | 0 | 0.11 | 0.13 | 172.19 | 0.76 | 0.5 |
| Hex | 1F | DF | C6 | 56 | 0 | B | D | AC | 4C | 32 |
| Octal | 37 | 337 | 306 | 126 | 0 | 13 | 15 | 254 | 114 | 62 |
| Binary | 11111 | 11011111 | 11000110 | 1010110 | 0 | 1011 | 1101 | 10101100 | 1001100 | 110010 |
Color Harmonies of #1FDFC6
Complementary color
Monochromatic Colors of #1FDFC6
Black with #1FDFC6
Text Example
Text Example
White with #1FDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFC6; }
p { color: rgb(31,223,198); }
H1.HeaderClassName
{
color: #1FDFC6;
}
.AnyTagClassName
{
color: #1FDFC6;
}
</style>
background-color css
<style>
a { background-color: #1FDFC6; }
a { background-color: rgb(31,223,198); }
div.DivClassName
{
background-color: #1FDFC6;
}
.BgClassName
{
background-color: #1FDFC6;
}
</style>
border-color css
<style>
span { border-color: #1FDFC6; }
span { border-color: rgb(31,223,198); }
td.TdClassName
{
border-color: #1FDFC6;
}
.TagClassName
{
border-color: #1FDFC6;
}
</style>