Shades of Turquoise #31FDC6
Tints of Turquoise #31FDC6
RGB
CMYK
RGB Variations
Color information
#31FDC6 (or 0x31FDC6) is known color: Turquoise. HEX triplet: 31, FD and C6. RGB value is (49,253,198). Sum of RGB (Red+Green+Blue) = 49+253+198=500 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.8% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FDC6 is #CE0239. Grayscale: #B9B9B9. Windows color (decimal): -13500986 or 13040945. OLE color: 13040945.
HSL color Cylindrical-coordinate representation of color #31FDC6: hue angle of 163.82º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FDC6 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 253 | 198 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.01 |
| HSL | 163.82º | 0.98% | 0.59% | - |
| HSV(B) | 163.82º | 0.81% | 0.99% | - |
| XYZ | 46.58 | 74.98 | 65.44 | - |
| YUV | 185.73 | 134.91 | 30.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 253 | 198 | 0.81 | 0 | 0.22 | 0.01 | 163.82 | 0.98 | 0.59 |
| Hex | 31 | FD | C6 | 51 | 0 | 16 | 1 | A4 | 62 | 3B |
| Octal | 61 | 375 | 306 | 121 | 0 | 26 | 1 | 244 | 142 | 73 |
| Binary | 110001 | 11111101 | 11000110 | 1010001 | 0 | 10110 | 1 | 10100100 | 1100010 | 111011 |
Color Harmonies of #31FDC6
Complementary color
Monochromatic Colors of #31FDC6
Black with #31FDC6
Text Example
Text Example
White with #31FDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FDC6; }
p { color: rgb(49,253,198); }
H1.HeaderClassName
{
color: #31FDC6;
}
.AnyTagClassName
{
color: #31FDC6;
}
</style>
background-color css
<style>
a { background-color: #31FDC6; }
a { background-color: rgb(49,253,198); }
div.DivClassName
{
background-color: #31FDC6;
}
.BgClassName
{
background-color: #31FDC6;
}
</style>
border-color css
<style>
span { border-color: #31FDC6; }
span { border-color: rgb(49,253,198); }
td.TdClassName
{
border-color: #31FDC6;
}
.TagClassName
{
border-color: #31FDC6;
}
</style>