Shades of Turquoise #1FDABC
Tints of Turquoise #1FDABC
RGB
CMYK
RGB Variations
Color information
#1FDABC (or 0x1FDABC) is known color: Turquoise. HEX triplet: 1F, DA and BC. RGB value is (31,218,188). Sum of RGB (Red+Green+Blue) = 31+218+188=437 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.09% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDABC is #E02543. Grayscale: #9E9E9E. Windows color (decimal): -14689604 or 12376607. OLE color: 12376607.
HSL color Cylindrical-coordinate representation of color #1FDABC: hue angle of 170.37º 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 #1FDABC is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 188 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.15 |
| HSL | 170.37º | 0.75% | 0.49% | - |
| HSV(B) | 170.37º | 0.86% | 0.85% | - |
| XYZ | 34.71 | 54.06 | 56.18 | - |
| YUV | 158.67 | 144.55 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 188 | 0.86 | 0 | 0.14 | 0.15 | 170.37 | 0.75 | 0.49 |
| Hex | 1F | DA | BC | 56 | 0 | E | F | AA | 4B | 31 |
| Octal | 37 | 332 | 274 | 126 | 0 | 16 | 17 | 252 | 113 | 61 |
| Binary | 11111 | 11011010 | 10111100 | 1010110 | 0 | 1110 | 1111 | 10101010 | 1001011 | 110001 |
Color Harmonies of #1FDABC
Complementary color
Monochromatic Colors of #1FDABC
Black with #1FDABC
Text Example
Text Example
White with #1FDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDABC; }
p { color: rgb(31,218,188); }
H1.HeaderClassName
{
color: #1FDABC;
}
.AnyTagClassName
{
color: #1FDABC;
}
</style>
background-color css
<style>
a { background-color: #1FDABC; }
a { background-color: rgb(31,218,188); }
div.DivClassName
{
background-color: #1FDABC;
}
.BgClassName
{
background-color: #1FDABC;
}
</style>
border-color css
<style>
span { border-color: #1FDABC; }
span { border-color: rgb(31,218,188); }
td.TdClassName
{
border-color: #1FDABC;
}
.TagClassName
{
border-color: #1FDABC;
}
</style>