Shades of Turquoise #1FDABB
Tints of Turquoise #1FDABB
RGB
CMYK
RGB Variations
Color information
#1FDABB (or 0x1FDABB) is known color: Turquoise. HEX triplet: 1F, DA and BB. RGB value is (31,218,187). Sum of RGB (Red+Green+Blue) = 31+218+187=436 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.11% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDABB is #E02544. Grayscale: #9E9E9E. Windows color (decimal): -14689605 or 12311071. OLE color: 12311071.
HSL color Cylindrical-coordinate representation of color #1FDABB: hue angle of 170.05º 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 #1FDABB is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 187 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.15 |
| HSL | 170.05º | 0.75% | 0.49% | - |
| HSV(B) | 170.05º | 0.86% | 0.85% | - |
| XYZ | 34.61 | 54.02 | 55.62 | - |
| YUV | 158.55 | 144.05 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 187 | 0.86 | 0 | 0.14 | 0.15 | 170.05 | 0.75 | 0.49 |
| Hex | 1F | DA | BB | 56 | 0 | E | F | AA | 4B | 31 |
| Octal | 37 | 332 | 273 | 126 | 0 | 16 | 17 | 252 | 113 | 61 |
| Binary | 11111 | 11011010 | 10111011 | 1010110 | 0 | 1110 | 1111 | 10101010 | 1001011 | 110001 |
Color Harmonies of #1FDABB
Complementary color
Monochromatic Colors of #1FDABB
Black with #1FDABB
Text Example
Text Example
White with #1FDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDABB; }
p { color: rgb(31,218,187); }
H1.HeaderClassName
{
color: #1FDABB;
}
.AnyTagClassName
{
color: #1FDABB;
}
</style>
background-color css
<style>
a { background-color: #1FDABB; }
a { background-color: rgb(31,218,187); }
div.DivClassName
{
background-color: #1FDABB;
}
.BgClassName
{
background-color: #1FDABB;
}
</style>
border-color css
<style>
span { border-color: #1FDABB; }
span { border-color: rgb(31,218,187); }
td.TdClassName
{
border-color: #1FDABB;
}
.TagClassName
{
border-color: #1FDABB;
}
</style>