Shades of Turquoise #1FDFC5
Tints of Turquoise #1FDFC5
RGB
CMYK
RGB Variations
Color information
#1FDFC5 (or 0x1FDFC5) is known color: Turquoise. HEX triplet: 1F, DF and C5. RGB value is (31,223,197). Sum of RGB (Red+Green+Blue) = 31+223+197=451 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.87% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #1FDFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDFC5 is #E0203A. Grayscale: #A2A2A2. Windows color (decimal): -14688315 or 12967711. OLE color: 12967711.
HSL color Cylindrical-coordinate representation of color #1FDFC5: hue angle of 171.88º 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 #1FDFC5 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 223 | 197 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.13 |
| HSL | 171.88º | 0.76% | 0.5% | - |
| HSV(B) | 171.88º | 0.86% | 0.87% | - |
| XYZ | 37.03 | 57.1 | 61.89 | - |
| YUV | 162.63 | 147.39 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 197 | 0.86 | 0 | 0.12 | 0.13 | 171.88 | 0.76 | 0.5 |
| Hex | 1F | DF | C5 | 56 | 0 | C | D | AC | 4C | 32 |
| Octal | 37 | 337 | 305 | 126 | 0 | 14 | 15 | 254 | 114 | 62 |
| Binary | 11111 | 11011111 | 11000101 | 1010110 | 0 | 1100 | 1101 | 10101100 | 1001100 | 110010 |
Color Harmonies of #1FDFC5
Complementary color
Monochromatic Colors of #1FDFC5
Black with #1FDFC5
Text Example
Text Example
White with #1FDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFC5; }
p { color: rgb(31,223,197); }
H1.HeaderClassName
{
color: #1FDFC5;
}
.AnyTagClassName
{
color: #1FDFC5;
}
</style>
background-color css
<style>
a { background-color: #1FDFC5; }
a { background-color: rgb(31,223,197); }
div.DivClassName
{
background-color: #1FDFC5;
}
.BgClassName
{
background-color: #1FDFC5;
}
</style>
border-color css
<style>
span { border-color: #1FDFC5; }
span { border-color: rgb(31,223,197); }
td.TdClassName
{
border-color: #1FDFC5;
}
.TagClassName
{
border-color: #1FDFC5;
}
</style>