Shades of Turquoise #1FDFC0
Tints of Turquoise #1FDFC0
RGB
CMYK
RGB Variations
Color information
#1FDFC0 (or 0x1FDFC0) is known color: Turquoise. HEX triplet: 1F, DF and C0. RGB value is (31,223,192). Sum of RGB (Red+Green+Blue) = 31+223+192=446 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.95% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #1FDFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDFC0 is #E0203F. Grayscale: #A1A1A1. Windows color (decimal): -14688320 or 12640031. OLE color: 12640031.
HSL color Cylindrical-coordinate representation of color #1FDFC0: hue angle of 170.31º 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 #1FDFC0 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 223 | 192 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.13 |
| HSL | 170.31º | 0.76% | 0.5% | - |
| HSV(B) | 170.31º | 0.86% | 0.87% | - |
| XYZ | 36.47 | 56.87 | 58.92 | - |
| YUV | 162.06 | 144.89 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 192 | 0.86 | 0 | 0.14 | 0.13 | 170.31 | 0.76 | 0.5 |
| Hex | 1F | DF | C0 | 56 | 0 | E | D | AA | 4C | 32 |
| Octal | 37 | 337 | 300 | 126 | 0 | 16 | 15 | 252 | 114 | 62 |
| Binary | 11111 | 11011111 | 11000000 | 1010110 | 0 | 1110 | 1101 | 10101010 | 1001100 | 110010 |
Color Harmonies of #1FDFC0
Complementary color
Monochromatic Colors of #1FDFC0
Black with #1FDFC0
Text Example
Text Example
White with #1FDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFC0; }
p { color: rgb(31,223,192); }
H1.HeaderClassName
{
color: #1FDFC0;
}
.AnyTagClassName
{
color: #1FDFC0;
}
</style>
background-color css
<style>
a { background-color: #1FDFC0; }
a { background-color: rgb(31,223,192); }
div.DivClassName
{
background-color: #1FDFC0;
}
.BgClassName
{
background-color: #1FDFC0;
}
</style>
border-color css
<style>
span { border-color: #1FDFC0; }
span { border-color: rgb(31,223,192); }
td.TdClassName
{
border-color: #1FDFC0;
}
.TagClassName
{
border-color: #1FDFC0;
}
</style>