Shades of Turquoise #31FFC7
Tints of Turquoise #31FFC7
RGB
CMYK
RGB Variations
Color information
#31FFC7 (or 0x31FFC7) is known color: Turquoise. HEX triplet: 31, FF and C7. RGB value is (49,255,199). Sum of RGB (Red+Green+Blue) = 49+255+199=503 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.74% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FFC7 is #CE0038. Grayscale: #BBBBBB. Windows color (decimal): -13500473 or 13106993. OLE color: 13106993.
HSL color Cylindrical-coordinate representation of color #31FFC7: hue angle of 163.69º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FFC7 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 199 | - |
| CMYK | 0.81 | 0 | 0.22 | 0 |
| HSL | 163.69º | 1% | 0.6% | - |
| HSV(B) | 163.69º | 0.81% | 1% | - |
| XYZ | 47.34 | 76.3 | 66.26 | - |
| YUV | 187.02 | 134.75 | 29.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 199 | 0.81 | 0 | 0.22 | 0 | 163.69 | 1 | 0.6 |
| Hex | 31 | FF | C7 | 51 | 0 | 16 | 0 | A4 | 64 | 3C |
| Octal | 61 | 377 | 307 | 121 | 0 | 26 | 0 | 244 | 144 | 74 |
| Binary | 110001 | 11111111 | 11000111 | 1010001 | 0 | 10110 | 0 | 10100100 | 1100100 | 111100 |
Color Harmonies of #31FFC7
Complementary color
Monochromatic Colors of #31FFC7
Black with #31FFC7
Text Example
Text Example
White with #31FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFC7; }
p { color: rgb(49,255,199); }
H1.HeaderClassName
{
color: #31FFC7;
}
.AnyTagClassName
{
color: #31FFC7;
}
</style>
background-color css
<style>
a { background-color: #31FFC7; }
a { background-color: rgb(49,255,199); }
div.DivClassName
{
background-color: #31FFC7;
}
.BgClassName
{
background-color: #31FFC7;
}
</style>
border-color css
<style>
span { border-color: #31FFC7; }
span { border-color: rgb(49,255,199); }
td.TdClassName
{
border-color: #31FFC7;
}
.TagClassName
{
border-color: #31FFC7;
}
</style>