Shades of Turquoise #31DAC6
Tints of Turquoise #31DAC6
RGB
CMYK
RGB Variations
Color information
#31DAC6 (or 0x31DAC6) is known color: Turquoise. HEX triplet: 31, DA and C6. RGB value is (49,218,198). Sum of RGB (Red+Green+Blue) = 49+218+198=465 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.54% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #31DAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DAC6 is #CE2539. Grayscale: #A5A5A5. Windows color (decimal): -13509946 or 13031985. OLE color: 13031985.
HSL color Cylindrical-coordinate representation of color #31DAC6: hue angle of 172.9º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DAC6 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 198 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.15 |
| HSL | 172.9º | 0.7% | 0.52% | - |
| HSV(B) | 172.9º | 0.78% | 0.85% | - |
| XYZ | 36.53 | 54.87 | 62.09 | - |
| YUV | 165.19 | 146.51 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 198 | 0.78 | 0 | 0.09 | 0.15 | 172.9 | 0.7 | 0.52 |
| Hex | 31 | DA | C6 | 4E | 0 | 9 | F | AD | 46 | 34 |
| Octal | 61 | 332 | 306 | 116 | 0 | 11 | 17 | 255 | 106 | 64 |
| Binary | 110001 | 11011010 | 11000110 | 1001110 | 0 | 1001 | 1111 | 10101101 | 1000110 | 110100 |
Color Harmonies of #31DAC6
Complementary color
Monochromatic Colors of #31DAC6
Black with #31DAC6
Text Example
Text Example
White with #31DAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DAC6; }
p { color: rgb(49,218,198); }
H1.HeaderClassName
{
color: #31DAC6;
}
.AnyTagClassName
{
color: #31DAC6;
}
</style>
background-color css
<style>
a { background-color: #31DAC6; }
a { background-color: rgb(49,218,198); }
div.DivClassName
{
background-color: #31DAC6;
}
.BgClassName
{
background-color: #31DAC6;
}
</style>
border-color css
<style>
span { border-color: #31DAC6; }
span { border-color: rgb(49,218,198); }
td.TdClassName
{
border-color: #31DAC6;
}
.TagClassName
{
border-color: #31DAC6;
}
</style>