Shades of Turquoise #1FDEC3
Tints of Turquoise #1FDEC3
RGB
CMYK
RGB Variations
Color information
#1FDEC3 (or 0x1FDEC3) is known color: Turquoise. HEX triplet: 1F, DE and C3. RGB value is (31,222,195). Sum of RGB (Red+Green+Blue) = 31+222+195=448 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.92% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #1FDEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDEC3 is #E0213C. Grayscale: #A1A1A1. Windows color (decimal): -14688573 or 12836383. OLE color: 12836383.
HSL color Cylindrical-coordinate representation of color #1FDEC3: hue angle of 171.52º degrees, saturation: 0.75, 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 #1FDEC3 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 222 | 195 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.13 |
| HSL | 171.52º | 0.75% | 0.5% | - |
| HSV(B) | 171.52º | 0.86% | 0.87% | - |
| XYZ | 36.54 | 56.47 | 60.6 | - |
| YUV | 161.81 | 146.72 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 222 | 195 | 0.86 | 0 | 0.12 | 0.13 | 171.52 | 0.75 | 0.5 |
| Hex | 1F | DE | C3 | 56 | 0 | C | D | AC | 4B | 32 |
| Octal | 37 | 336 | 303 | 126 | 0 | 14 | 15 | 254 | 113 | 62 |
| Binary | 11111 | 11011110 | 11000011 | 1010110 | 0 | 1100 | 1101 | 10101100 | 1001011 | 110010 |
Color Harmonies of #1FDEC3
Complementary color
Monochromatic Colors of #1FDEC3
Black with #1FDEC3
Text Example
Text Example
White with #1FDEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDEC3; }
p { color: rgb(31,222,195); }
H1.HeaderClassName
{
color: #1FDEC3;
}
.AnyTagClassName
{
color: #1FDEC3;
}
</style>
background-color css
<style>
a { background-color: #1FDEC3; }
a { background-color: rgb(31,222,195); }
div.DivClassName
{
background-color: #1FDEC3;
}
.BgClassName
{
background-color: #1FDEC3;
}
</style>
border-color css
<style>
span { border-color: #1FDEC3; }
span { border-color: rgb(31,222,195); }
td.TdClassName
{
border-color: #1FDEC3;
}
.TagClassName
{
border-color: #1FDEC3;
}
</style>