Shades of Turquoise #1FDDC7
Tints of Turquoise #1FDDC7
RGB
CMYK
RGB Variations
Color information
#1FDDC7 (or 0x1FDDC7) is known color: Turquoise. HEX triplet: 1F, DD and C7. RGB value is (31,221,199). Sum of RGB (Red+Green+Blue) = 31+221+199=451 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.87% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDDC7 is #E02238. Grayscale: #A1A1A1. Windows color (decimal): -14688825 or 13098271. OLE color: 13098271.
HSL color Cylindrical-coordinate representation of color #1FDDC7: hue angle of 173.05º 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 #1FDDC7 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 199 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.13 |
| HSL | 173.05º | 0.75% | 0.49% | - |
| HSV(B) | 173.05º | 0.86% | 0.87% | - |
| XYZ | 36.73 | 56.13 | 62.93 | - |
| YUV | 161.68 | 149.05 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 199 | 0.86 | 0 | 0.10 | 0.13 | 173.05 | 0.75 | 0.49 |
| Hex | 1F | DD | C7 | 56 | 0 | A | D | AD | 4B | 31 |
| Octal | 37 | 335 | 307 | 126 | 0 | 12 | 15 | 255 | 113 | 61 |
| Binary | 11111 | 11011101 | 11000111 | 1010110 | 0 | 1010 | 1101 | 10101101 | 1001011 | 110001 |
Color Harmonies of #1FDDC7
Complementary color
Monochromatic Colors of #1FDDC7
Black with #1FDDC7
Text Example
Text Example
White with #1FDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDDC7; }
p { color: rgb(31,221,199); }
H1.HeaderClassName
{
color: #1FDDC7;
}
.AnyTagClassName
{
color: #1FDDC7;
}
</style>
background-color css
<style>
a { background-color: #1FDDC7; }
a { background-color: rgb(31,221,199); }
div.DivClassName
{
background-color: #1FDDC7;
}
.BgClassName
{
background-color: #1FDDC7;
}
</style>
border-color css
<style>
span { border-color: #1FDDC7; }
span { border-color: rgb(31,221,199); }
td.TdClassName
{
border-color: #1FDDC7;
}
.TagClassName
{
border-color: #1FDDC7;
}
</style>