Shades of Turquoise #31DCDB
Tints of Turquoise #31DCDB
RGB
CMYK
RGB Variations
Color information
#31DCDB (or 0x31DCDB) is known color: Turquoise. HEX triplet: 31, DC and DB. RGB value is (49,220,219). Sum of RGB (Red+Green+Blue) = 49+220+219=488 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.04% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCDB is #CE2324. Grayscale: #A8A8A8. Windows color (decimal): -13509413 or 14408753. OLE color: 14408753.
HSL color Cylindrical-coordinate representation of color #31DCDB: hue angle of 179.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DCDB is Cyan = 0.78, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 219 | - |
| CMYK | 0.78 | 0 | 0.00 | 0.14 |
| HSL | 179.65º | 0.71% | 0.53% | - |
| HSV(B) | 179.65º | 0.78% | 0.86% | - |
| XYZ | 39.65 | 56.95 | 75.92 | - |
| YUV | 168.76 | 156.35 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 219 | 0.78 | 0 | 0.00 | 0.14 | 179.65 | 0.71 | 0.53 |
| Hex | 31 | DC | DB | 4E | 0 | 0 | E | B4 | 47 | 35 |
| Octal | 61 | 334 | 333 | 116 | 0 | 0 | 16 | 264 | 107 | 65 |
| Binary | 110001 | 11011100 | 11011011 | 1001110 | 0 | 0 | 1110 | 10110100 | 1000111 | 110101 |
Color Harmonies of #31DCDB
Complementary color
Monochromatic Colors of #31DCDB
Black with #31DCDB
Text Example
Text Example
White with #31DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCDB; }
p { color: rgb(49,220,219); }
H1.HeaderClassName
{
color: #31DCDB;
}
.AnyTagClassName
{
color: #31DCDB;
}
</style>
background-color css
<style>
a { background-color: #31DCDB; }
a { background-color: rgb(49,220,219); }
div.DivClassName
{
background-color: #31DCDB;
}
.BgClassName
{
background-color: #31DCDB;
}
</style>
border-color css
<style>
span { border-color: #31DCDB; }
span { border-color: rgb(49,220,219); }
td.TdClassName
{
border-color: #31DCDB;
}
.TagClassName
{
border-color: #31DCDB;
}
</style>