Shades of Turquoise #31D2B8
Tints of Turquoise #31D2B8
RGB
CMYK
RGB Variations
Color information
#31D2B8 (or 0x31D2B8) is known color: Turquoise. HEX triplet: 31, D2 and B8. RGB value is (49,210,184). Sum of RGB (Red+Green+Blue) = 49+210+184=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #31D2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D2B8 is #CE2D47. Grayscale: #9E9E9E. Windows color (decimal): -13512008 or 12112433. OLE color: 12112433.
HSL color Cylindrical-coordinate representation of color #31D2B8: hue angle of 170.31º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D2B8 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 184 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.18 |
| HSL | 170.31º | 0.64% | 0.51% | - |
| HSV(B) | 170.31º | 0.77% | 0.82% | - |
| XYZ | 32.96 | 50.21 | 53.3 | - |
| YUV | 158.9 | 142.16 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 184 | 0.77 | 0 | 0.12 | 0.18 | 170.31 | 0.64 | 0.51 |
| Hex | 31 | D2 | B8 | 4D | 0 | C | 12 | AA | 40 | 33 |
| Octal | 61 | 322 | 270 | 115 | 0 | 14 | 22 | 252 | 100 | 63 |
| Binary | 110001 | 11010010 | 10111000 | 1001101 | 0 | 1100 | 10010 | 10101010 | 1000000 | 110011 |
Color Harmonies of #31D2B8
Complementary color
Monochromatic Colors of #31D2B8
Black with #31D2B8
Text Example
Text Example
White with #31D2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D2B8; }
p { color: rgb(49,210,184); }
H1.HeaderClassName
{
color: #31D2B8;
}
.AnyTagClassName
{
color: #31D2B8;
}
</style>
background-color css
<style>
a { background-color: #31D2B8; }
a { background-color: rgb(49,210,184); }
div.DivClassName
{
background-color: #31D2B8;
}
.BgClassName
{
background-color: #31D2B8;
}
</style>
border-color css
<style>
span { border-color: #31D2B8; }
span { border-color: rgb(49,210,184); }
td.TdClassName
{
border-color: #31D2B8;
}
.TagClassName
{
border-color: #31D2B8;
}
</style>