Shades of Turquoise #1FDFC4
Tints of Turquoise #1FDFC4
RGB
CMYK
RGB Variations
Color information
#1FDFC4 (or 0x1FDFC4) is known color: Turquoise. HEX triplet: 1F, DF and C4. RGB value is (31,223,196). Sum of RGB (Red+Green+Blue) = 31+223+196=450 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.89% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #1FDFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDFC4 is #E0203B. Grayscale: #A2A2A2. Windows color (decimal): -14688316 or 12902175. OLE color: 12902175.
HSL color Cylindrical-coordinate representation of color #1FDFC4: hue angle of 171.56º 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 #1FDFC4 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 223 | 196 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.13 |
| HSL | 171.56º | 0.76% | 0.5% | - |
| HSV(B) | 171.56º | 0.86% | 0.87% | - |
| XYZ | 36.92 | 57.05 | 61.29 | - |
| YUV | 162.51 | 146.89 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 196 | 0.86 | 0 | 0.12 | 0.13 | 171.56 | 0.76 | 0.5 |
| Hex | 1F | DF | C4 | 56 | 0 | C | D | AC | 4C | 32 |
| Octal | 37 | 337 | 304 | 126 | 0 | 14 | 15 | 254 | 114 | 62 |
| Binary | 11111 | 11011111 | 11000100 | 1010110 | 0 | 1100 | 1101 | 10101100 | 1001100 | 110010 |
Color Harmonies of #1FDFC4
Complementary color
Monochromatic Colors of #1FDFC4
Black with #1FDFC4
Text Example
Text Example
White with #1FDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFC4; }
p { color: rgb(31,223,196); }
H1.HeaderClassName
{
color: #1FDFC4;
}
.AnyTagClassName
{
color: #1FDFC4;
}
</style>
background-color css
<style>
a { background-color: #1FDFC4; }
a { background-color: rgb(31,223,196); }
div.DivClassName
{
background-color: #1FDFC4;
}
.BgClassName
{
background-color: #1FDFC4;
}
</style>
border-color css
<style>
span { border-color: #1FDFC4; }
span { border-color: rgb(31,223,196); }
td.TdClassName
{
border-color: #1FDFC4;
}
.TagClassName
{
border-color: #1FDFC4;
}
</style>