Shades of Turquoise #31DCB5
Tints of Turquoise #31DCB5
RGB
CMYK
RGB Variations
Color information
#31DCB5 (or 0x31DCB5) is known color: Turquoise. HEX triplet: 31, DC and B5. RGB value is (49,220,181). Sum of RGB (Red+Green+Blue) = 49+220+181=450 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.89% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCB5 is #CE234A. Grayscale: #A4A4A4. Windows color (decimal): -13509451 or 11918385. OLE color: 11918385.
HSL color Cylindrical-coordinate representation of color #31DCB5: hue angle of 166.32º 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 #31DCB5 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 181 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.14 |
| HSL | 166.32º | 0.71% | 0.53% | - |
| HSV(B) | 166.32º | 0.78% | 0.86% | - |
| XYZ | 35.2 | 55.18 | 52.51 | - |
| YUV | 164.43 | 137.35 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 181 | 0.78 | 0 | 0.18 | 0.14 | 166.32 | 0.71 | 0.53 |
| Hex | 31 | DC | B5 | 4E | 0 | 12 | E | A6 | 47 | 35 |
| Octal | 61 | 334 | 265 | 116 | 0 | 22 | 16 | 246 | 107 | 65 |
| Binary | 110001 | 11011100 | 10110101 | 1001110 | 0 | 10010 | 1110 | 10100110 | 1000111 | 110101 |
Color Harmonies of #31DCB5
Complementary color
Monochromatic Colors of #31DCB5
Black with #31DCB5
Text Example
Text Example
White with #31DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCB5; }
p { color: rgb(49,220,181); }
H1.HeaderClassName
{
color: #31DCB5;
}
.AnyTagClassName
{
color: #31DCB5;
}
</style>
background-color css
<style>
a { background-color: #31DCB5; }
a { background-color: rgb(49,220,181); }
div.DivClassName
{
background-color: #31DCB5;
}
.BgClassName
{
background-color: #31DCB5;
}
</style>
border-color css
<style>
span { border-color: #31DCB5; }
span { border-color: rgb(49,220,181); }
td.TdClassName
{
border-color: #31DCB5;
}
.TagClassName
{
border-color: #31DCB5;
}
</style>