Shades of Turquoise #31F6D6
Tints of Turquoise #31F6D6
RGB
CMYK
RGB Variations
Color information
#31F6D6 (or 0x31F6D6) is known color: Turquoise. HEX triplet: 31, F6 and D6. RGB value is (49,246,214). Sum of RGB (Red+Green+Blue) = 49+246+214=509 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.63% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #31F6D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F6D6 is #CE0929. Grayscale: #B7B7B7. Windows color (decimal): -13502762 or 14087729. OLE color: 14087729.
HSL color Cylindrical-coordinate representation of color #31F6D6: hue angle of 170.25º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F6D6 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 246 | 214 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.04 |
| HSL | 170.25º | 0.92% | 0.58% | - |
| HSV(B) | 170.25º | 0.8% | 0.96% | - |
| XYZ | 46.36 | 71.42 | 74.96 | - |
| YUV | 183.45 | 145.23 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 246 | 214 | 0.80 | 0 | 0.13 | 0.04 | 170.25 | 0.92 | 0.58 |
| Hex | 31 | F6 | D6 | 50 | 0 | D | 4 | AA | 5C | 3A |
| Octal | 61 | 366 | 326 | 120 | 0 | 15 | 4 | 252 | 134 | 72 |
| Binary | 110001 | 11110110 | 11010110 | 1010000 | 0 | 1101 | 100 | 10101010 | 1011100 | 111010 |
Color Harmonies of #31F6D6
Complementary color
Monochromatic Colors of #31F6D6
Black with #31F6D6
Text Example
Text Example
White with #31F6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F6D6; }
p { color: rgb(49,246,214); }
H1.HeaderClassName
{
color: #31F6D6;
}
.AnyTagClassName
{
color: #31F6D6;
}
</style>
background-color css
<style>
a { background-color: #31F6D6; }
a { background-color: rgb(49,246,214); }
div.DivClassName
{
background-color: #31F6D6;
}
.BgClassName
{
background-color: #31F6D6;
}
</style>
border-color css
<style>
span { border-color: #31F6D6; }
span { border-color: rgb(49,246,214); }
td.TdClassName
{
border-color: #31F6D6;
}
.TagClassName
{
border-color: #31F6D6;
}
</style>