Shades of Turquoise #31DDBC
Tints of Turquoise #31DDBC
RGB
CMYK
RGB Variations
Color information
#31DDBC (or 0x31DDBC) is known color: Turquoise. HEX triplet: 31, DD and BC. RGB value is (49,221,188). Sum of RGB (Red+Green+Blue) = 49+221+188=458 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.70% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #31DDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DDBC is #CE2243. Grayscale: #A5A5A5. Windows color (decimal): -13509188 or 12377393. OLE color: 12377393.
HSL color Cylindrical-coordinate representation of color #31DDBC: hue angle of 168.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DDBC is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 188 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.13 |
| HSL | 168.49º | 0.72% | 0.53% | - |
| HSV(B) | 168.49º | 0.78% | 0.87% | - |
| XYZ | 36.2 | 56 | 56.48 | - |
| YUV | 165.81 | 140.52 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 188 | 0.78 | 0 | 0.15 | 0.13 | 168.49 | 0.72 | 0.53 |
| Hex | 31 | DD | BC | 4E | 0 | F | D | A8 | 48 | 35 |
| Octal | 61 | 335 | 274 | 116 | 0 | 17 | 15 | 250 | 110 | 65 |
| Binary | 110001 | 11011101 | 10111100 | 1001110 | 0 | 1111 | 1101 | 10101000 | 1001000 | 110101 |
Color Harmonies of #31DDBC
Complementary color
Monochromatic Colors of #31DDBC
Black with #31DDBC
Text Example
Text Example
White with #31DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDBC; }
p { color: rgb(49,221,188); }
H1.HeaderClassName
{
color: #31DDBC;
}
.AnyTagClassName
{
color: #31DDBC;
}
</style>
background-color css
<style>
a { background-color: #31DDBC; }
a { background-color: rgb(49,221,188); }
div.DivClassName
{
background-color: #31DDBC;
}
.BgClassName
{
background-color: #31DDBC;
}
</style>
border-color css
<style>
span { border-color: #31DDBC; }
span { border-color: rgb(49,221,188); }
td.TdClassName
{
border-color: #31DDBC;
}
.TagClassName
{
border-color: #31DDBC;
}
</style>