Shades of Turquoise #1FDCB8
Tints of Turquoise #1FDCB8
RGB
CMYK
RGB Variations
Color information
#1FDCB8 (or 0x1FDCB8) is known color: Turquoise. HEX triplet: 1F, DC and B8. RGB value is (31,220,184). Sum of RGB (Red+Green+Blue) = 31+220+184=435 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.13% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDCB8 is #E02347. Grayscale: #9F9F9F. Windows color (decimal): -14689096 or 12114975. OLE color: 12114975.
HSL color Cylindrical-coordinate representation of color #1FDCB8: hue angle of 168.57º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDCB8 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 184 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.14 |
| HSL | 168.57º | 0.75% | 0.49% | - |
| HSV(B) | 168.57º | 0.86% | 0.86% | - |
| XYZ | 34.81 | 54.94 | 54.12 | - |
| YUV | 159.39 | 141.88 | 36.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 184 | 0.86 | 0 | 0.16 | 0.14 | 168.57 | 0.75 | 0.49 |
| Hex | 1F | DC | B8 | 56 | 0 | 10 | E | A9 | 4B | 31 |
| Octal | 37 | 334 | 270 | 126 | 0 | 20 | 16 | 251 | 113 | 61 |
| Binary | 11111 | 11011100 | 10111000 | 1010110 | 0 | 10000 | 1110 | 10101001 | 1001011 | 110001 |
Color Harmonies of #1FDCB8
Complementary color
Monochromatic Colors of #1FDCB8
Black with #1FDCB8
Text Example
Text Example
White with #1FDCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDCB8; }
p { color: rgb(31,220,184); }
H1.HeaderClassName
{
color: #1FDCB8;
}
.AnyTagClassName
{
color: #1FDCB8;
}
</style>
background-color css
<style>
a { background-color: #1FDCB8; }
a { background-color: rgb(31,220,184); }
div.DivClassName
{
background-color: #1FDCB8;
}
.BgClassName
{
background-color: #1FDCB8;
}
</style>
border-color css
<style>
span { border-color: #1FDCB8; }
span { border-color: rgb(31,220,184); }
td.TdClassName
{
border-color: #1FDCB8;
}
.TagClassName
{
border-color: #1FDCB8;
}
</style>