Shades of Turquoise #31F0C6
Tints of Turquoise #31F0C6
RGB
CMYK
RGB Variations
Color information
#31F0C6 (or 0x31F0C6) is known color: Turquoise. HEX triplet: 31, F0 and C6. RGB value is (49,240,198). Sum of RGB (Red+Green+Blue) = 49+240+198=487 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.06% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #31F0C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F0C6 is #CE0F39. Grayscale: #B2B2B2. Windows color (decimal): -13504314 or 13037617. OLE color: 13037617.
HSL color Cylindrical-coordinate representation of color #31F0C6: hue angle of 166.81º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F0C6 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 198 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.06 |
| HSL | 166.81º | 0.86% | 0.57% | - |
| HSV(B) | 166.81º | 0.8% | 0.94% | - |
| XYZ | 42.62 | 67.05 | 64.12 | - |
| YUV | 178.1 | 139.22 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 198 | 0.80 | 0 | 0.18 | 0.06 | 166.81 | 0.86 | 0.57 |
| Hex | 31 | F0 | C6 | 50 | 0 | 12 | 6 | A7 | 56 | 39 |
| Octal | 61 | 360 | 306 | 120 | 0 | 22 | 6 | 247 | 126 | 71 |
| Binary | 110001 | 11110000 | 11000110 | 1010000 | 0 | 10010 | 110 | 10100111 | 1010110 | 111001 |
Color Harmonies of #31F0C6
Complementary color
Monochromatic Colors of #31F0C6
Black with #31F0C6
Text Example
Text Example
White with #31F0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F0C6; }
p { color: rgb(49,240,198); }
H1.HeaderClassName
{
color: #31F0C6;
}
.AnyTagClassName
{
color: #31F0C6;
}
</style>
background-color css
<style>
a { background-color: #31F0C6; }
a { background-color: rgb(49,240,198); }
div.DivClassName
{
background-color: #31F0C6;
}
.BgClassName
{
background-color: #31F0C6;
}
</style>
border-color css
<style>
span { border-color: #31F0C6; }
span { border-color: rgb(49,240,198); }
td.TdClassName
{
border-color: #31F0C6;
}
.TagClassName
{
border-color: #31F0C6;
}
</style>