Shades of Turquoise #31DCBC
Tints of Turquoise #31DCBC
RGB
CMYK
RGB Variations
Color information
#31DCBC (or 0x31DCBC) is known color: Turquoise. HEX triplet: 31, DC and BC. RGB value is (49,220,188). Sum of RGB (Red+Green+Blue) = 49+220+188=457 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.72% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCBC is #CE2343. Grayscale: #A5A5A5. Windows color (decimal): -13509444 or 12377137. OLE color: 12377137.
HSL color Cylindrical-coordinate representation of color #31DCBC: hue angle of 168.77º 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 #31DCBC is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 188 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.14 |
| HSL | 168.77º | 0.71% | 0.53% | - |
| HSV(B) | 168.77º | 0.78% | 0.86% | - |
| XYZ | 35.94 | 55.47 | 56.39 | - |
| YUV | 165.22 | 140.85 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 188 | 0.78 | 0 | 0.15 | 0.14 | 168.77 | 0.71 | 0.53 |
| Hex | 31 | DC | BC | 4E | 0 | F | E | A9 | 47 | 35 |
| Octal | 61 | 334 | 274 | 116 | 0 | 17 | 16 | 251 | 107 | 65 |
| Binary | 110001 | 11011100 | 10111100 | 1001110 | 0 | 1111 | 1110 | 10101001 | 1000111 | 110101 |
Color Harmonies of #31DCBC
Complementary color
Monochromatic Colors of #31DCBC
Black with #31DCBC
Text Example
Text Example
White with #31DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCBC; }
p { color: rgb(49,220,188); }
H1.HeaderClassName
{
color: #31DCBC;
}
.AnyTagClassName
{
color: #31DCBC;
}
</style>
background-color css
<style>
a { background-color: #31DCBC; }
a { background-color: rgb(49,220,188); }
div.DivClassName
{
background-color: #31DCBC;
}
.BgClassName
{
background-color: #31DCBC;
}
</style>
border-color css
<style>
span { border-color: #31DCBC; }
span { border-color: rgb(49,220,188); }
td.TdClassName
{
border-color: #31DCBC;
}
.TagClassName
{
border-color: #31DCBC;
}
</style>