Shades of Turquoise #31DAC7
Tints of Turquoise #31DAC7
RGB
CMYK
RGB Variations
Color information
#31DAC7 (or 0x31DAC7) is known color: Turquoise. HEX triplet: 31, DA and C7. RGB value is (49,218,199). Sum of RGB (Red+Green+Blue) = 49+218+199=466 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.52% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #31DAC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DAC7 is #CE2538. Grayscale: #A5A5A5. Windows color (decimal): -13509945 or 13097521. OLE color: 13097521.
HSL color Cylindrical-coordinate representation of color #31DAC7: hue angle of 173.25º 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 #31DAC7 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 199 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.15 |
| HSL | 173.25º | 0.7% | 0.52% | - |
| HSV(B) | 173.25º | 0.78% | 0.85% | - |
| XYZ | 36.65 | 54.92 | 62.7 | - |
| YUV | 165.3 | 147.01 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 199 | 0.78 | 0 | 0.09 | 0.15 | 173.25 | 0.7 | 0.52 |
| Hex | 31 | DA | C7 | 4E | 0 | 9 | F | AD | 46 | 34 |
| Octal | 61 | 332 | 307 | 116 | 0 | 11 | 17 | 255 | 106 | 64 |
| Binary | 110001 | 11011010 | 11000111 | 1001110 | 0 | 1001 | 1111 | 10101101 | 1000110 | 110100 |
Color Harmonies of #31DAC7
Complementary color
Monochromatic Colors of #31DAC7
Black with #31DAC7
Text Example
Text Example
White with #31DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DAC7; }
p { color: rgb(49,218,199); }
H1.HeaderClassName
{
color: #31DAC7;
}
.AnyTagClassName
{
color: #31DAC7;
}
</style>
background-color css
<style>
a { background-color: #31DAC7; }
a { background-color: rgb(49,218,199); }
div.DivClassName
{
background-color: #31DAC7;
}
.BgClassName
{
background-color: #31DAC7;
}
</style>
border-color css
<style>
span { border-color: #31DAC7; }
span { border-color: rgb(49,218,199); }
td.TdClassName
{
border-color: #31DAC7;
}
.TagClassName
{
border-color: #31DAC7;
}
</style>