Shades of Turquoise #1FDAC5
Tints of Turquoise #1FDAC5
RGB
CMYK
RGB Variations
Color information
#1FDAC5 (or 0x1FDAC5) is known color: Turquoise. HEX triplet: 1F, DA and C5. RGB value is (31,218,197). Sum of RGB (Red+Green+Blue) = 31+218+197=446 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.95% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDAC5 is #E0253A. Grayscale: #9F9F9F. Windows color (decimal): -14689595 or 12966431. OLE color: 12966431.
HSL color Cylindrical-coordinate representation of color #1FDAC5: hue angle of 173.26º 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 #1FDAC5 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 197 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.15 |
| HSL | 173.26º | 0.75% | 0.49% | - |
| HSV(B) | 173.26º | 0.86% | 0.85% | - |
| XYZ | 35.71 | 54.47 | 61.45 | - |
| YUV | 159.69 | 149.05 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 197 | 0.86 | 0 | 0.10 | 0.15 | 173.26 | 0.75 | 0.49 |
| Hex | 1F | DA | C5 | 56 | 0 | A | F | AD | 4B | 31 |
| Octal | 37 | 332 | 305 | 126 | 0 | 12 | 17 | 255 | 113 | 61 |
| Binary | 11111 | 11011010 | 11000101 | 1010110 | 0 | 1010 | 1111 | 10101101 | 1001011 | 110001 |
Color Harmonies of #1FDAC5
Complementary color
Monochromatic Colors of #1FDAC5
Black with #1FDAC5
Text Example
Text Example
White with #1FDAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDAC5; }
p { color: rgb(31,218,197); }
H1.HeaderClassName
{
color: #1FDAC5;
}
.AnyTagClassName
{
color: #1FDAC5;
}
</style>
background-color css
<style>
a { background-color: #1FDAC5; }
a { background-color: rgb(31,218,197); }
div.DivClassName
{
background-color: #1FDAC5;
}
.BgClassName
{
background-color: #1FDAC5;
}
</style>
border-color css
<style>
span { border-color: #1FDAC5; }
span { border-color: rgb(31,218,197); }
td.TdClassName
{
border-color: #1FDAC5;
}
.TagClassName
{
border-color: #1FDAC5;
}
</style>