Shades of Turquoise #31DDB6
Tints of Turquoise #31DDB6
RGB
CMYK
RGB Variations
Color information
#31DDB6 (or 0x31DDB6) is known color: Turquoise. HEX triplet: 31, DD and B6. RGB value is (49,221,182). Sum of RGB (Red+Green+Blue) = 49+221+182=452 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.84% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #31DDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DDB6 is #CE2249. Grayscale: #A5A5A5. Windows color (decimal): -13509194 or 11984177. OLE color: 11984177.
HSL color Cylindrical-coordinate representation of color #31DDB6: hue angle of 166.4º 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 #31DDB6 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 182 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.13 |
| HSL | 166.4º | 0.72% | 0.53% | - |
| HSV(B) | 166.4º | 0.78% | 0.87% | - |
| XYZ | 35.57 | 55.74 | 53.14 | - |
| YUV | 165.13 | 137.52 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 182 | 0.78 | 0 | 0.18 | 0.13 | 166.4 | 0.72 | 0.53 |
| Hex | 31 | DD | B6 | 4E | 0 | 12 | D | A6 | 48 | 35 |
| Octal | 61 | 335 | 266 | 116 | 0 | 22 | 15 | 246 | 110 | 65 |
| Binary | 110001 | 11011101 | 10110110 | 1001110 | 0 | 10010 | 1101 | 10100110 | 1001000 | 110101 |
Color Harmonies of #31DDB6
Complementary color
Monochromatic Colors of #31DDB6
Black with #31DDB6
Text Example
Text Example
White with #31DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDB6; }
p { color: rgb(49,221,182); }
H1.HeaderClassName
{
color: #31DDB6;
}
.AnyTagClassName
{
color: #31DDB6;
}
</style>
background-color css
<style>
a { background-color: #31DDB6; }
a { background-color: rgb(49,221,182); }
div.DivClassName
{
background-color: #31DDB6;
}
.BgClassName
{
background-color: #31DDB6;
}
</style>
border-color css
<style>
span { border-color: #31DDB6; }
span { border-color: rgb(49,221,182); }
td.TdClassName
{
border-color: #31DDB6;
}
.TagClassName
{
border-color: #31DDB6;
}
</style>