Shades of Turquoise #1FDAC0
Tints of Turquoise #1FDAC0
RGB
CMYK
RGB Variations
Color information
#1FDAC0 (or 0x1FDAC0) is known color: Turquoise. HEX triplet: 1F, DA and C0. RGB value is (31,218,192). Sum of RGB (Red+Green+Blue) = 31+218+192=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDAC0 is #E0253F. Grayscale: #9F9F9F. Windows color (decimal): -14689600 or 12638751. OLE color: 12638751.
HSL color Cylindrical-coordinate representation of color #1FDAC0: hue angle of 171.66º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDAC0 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 192 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.15 |
| HSL | 171.66º | 0.75% | 0.49% | - |
| HSV(B) | 171.66º | 0.86% | 0.85% | - |
| XYZ | 35.15 | 54.24 | 58.49 | - |
| YUV | 159.12 | 146.55 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 192 | 0.86 | 0 | 0.12 | 0.15 | 171.66 | 0.75 | 0.49 |
| Hex | 1F | DA | C0 | 56 | 0 | C | F | AC | 4B | 31 |
| Octal | 37 | 332 | 300 | 126 | 0 | 14 | 17 | 254 | 113 | 61 |
| Binary | 11111 | 11011010 | 11000000 | 1010110 | 0 | 1100 | 1111 | 10101100 | 1001011 | 110001 |
Color Harmonies of #1FDAC0
Complementary color
Monochromatic Colors of #1FDAC0
Black with #1FDAC0
Text Example
Text Example
White with #1FDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDAC0; }
p { color: rgb(31,218,192); }
H1.HeaderClassName
{
color: #1FDAC0;
}
.AnyTagClassName
{
color: #1FDAC0;
}
</style>
background-color css
<style>
a { background-color: #1FDAC0; }
a { background-color: rgb(31,218,192); }
div.DivClassName
{
background-color: #1FDAC0;
}
.BgClassName
{
background-color: #1FDAC0;
}
</style>
border-color css
<style>
span { border-color: #1FDAC0; }
span { border-color: rgb(31,218,192); }
td.TdClassName
{
border-color: #1FDAC0;
}
.TagClassName
{
border-color: #1FDAC0;
}
</style>