Shades of Turquoise #31D6D4
Tints of Turquoise #31D6D4
RGB
CMYK
RGB Variations
Color information
#31D6D4 (or 0x31D6D4) is known color: Turquoise. HEX triplet: 31, D6 and D4. RGB value is (49,214,212). Sum of RGB (Red+Green+Blue) = 49+214+212=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #31D6D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D6D4 is #CE292B. Grayscale: #A4A4A4. Windows color (decimal): -13510956 or 13948465. OLE color: 13948465.
HSL color Cylindrical-coordinate representation of color #31D6D4: hue angle of 179.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D6D4 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 212 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.16 |
| HSL | 179.27º | 0.67% | 0.52% | - |
| HSV(B) | 179.27º | 0.77% | 0.84% | - |
| XYZ | 37.2 | 53.5 | 70.65 | - |
| YUV | 164.44 | 154.84 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 212 | 0.77 | 0 | 0.01 | 0.16 | 179.27 | 0.67 | 0.52 |
| Hex | 31 | D6 | D4 | 4D | 0 | 1 | 10 | B3 | 43 | 34 |
| Octal | 61 | 326 | 324 | 115 | 0 | 1 | 20 | 263 | 103 | 64 |
| Binary | 110001 | 11010110 | 11010100 | 1001101 | 0 | 1 | 10000 | 10110011 | 1000011 | 110100 |
Color Harmonies of #31D6D4
Complementary color
Monochromatic Colors of #31D6D4
Black with #31D6D4
Text Example
Text Example
White with #31D6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D6D4; }
p { color: rgb(49,214,212); }
H1.HeaderClassName
{
color: #31D6D4;
}
.AnyTagClassName
{
color: #31D6D4;
}
</style>
background-color css
<style>
a { background-color: #31D6D4; }
a { background-color: rgb(49,214,212); }
div.DivClassName
{
background-color: #31D6D4;
}
.BgClassName
{
background-color: #31D6D4;
}
</style>
border-color css
<style>
span { border-color: #31D6D4; }
span { border-color: rgb(49,214,212); }
td.TdClassName
{
border-color: #31D6D4;
}
.TagClassName
{
border-color: #31D6D4;
}
</style>