Shades of Turquoise #31FDC0
Tints of Turquoise #31FDC0
RGB
CMYK
RGB Variations
Color information
#31FDC0 (or 0x31FDC0) is known color: Turquoise. HEX triplet: 31, FD and C0. RGB value is (49,253,192). Sum of RGB (Red+Green+Blue) = 49+253+192=494 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.92% from 494); Green value is 253 (99.22% from 255 or 51.21% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FDC0 is #CE023F. Grayscale: #B9B9B9. Windows color (decimal): -13500992 or 12647729. OLE color: 12647729.
HSL color Cylindrical-coordinate representation of color #31FDC0: hue angle of 162.06º 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 #31FDC0 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 253 | 192 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.01 |
| HSL | 162.06º | 0.98% | 0.59% | - |
| HSV(B) | 162.06º | 0.81% | 0.99% | - |
| XYZ | 45.91 | 74.71 | 61.87 | - |
| YUV | 185.05 | 131.91 | 30.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 253 | 192 | 0.81 | 0 | 0.24 | 0.01 | 162.06 | 0.98 | 0.59 |
| Hex | 31 | FD | C0 | 51 | 0 | 18 | 1 | A2 | 62 | 3B |
| Octal | 61 | 375 | 300 | 121 | 0 | 30 | 1 | 242 | 142 | 73 |
| Binary | 110001 | 11111101 | 11000000 | 1010001 | 0 | 11000 | 1 | 10100010 | 1100010 | 111011 |
Color Harmonies of #31FDC0
Complementary color
Monochromatic Colors of #31FDC0
Black with #31FDC0
Text Example
Text Example
White with #31FDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FDC0; }
p { color: rgb(49,253,192); }
H1.HeaderClassName
{
color: #31FDC0;
}
.AnyTagClassName
{
color: #31FDC0;
}
</style>
background-color css
<style>
a { background-color: #31FDC0; }
a { background-color: rgb(49,253,192); }
div.DivClassName
{
background-color: #31FDC0;
}
.BgClassName
{
background-color: #31FDC0;
}
</style>
border-color css
<style>
span { border-color: #31FDC0; }
span { border-color: rgb(49,253,192); }
td.TdClassName
{
border-color: #31FDC0;
}
.TagClassName
{
border-color: #31FDC0;
}
</style>