Shades of Turquoise #31FFC5
Tints of Turquoise #31FFC5
RGB
CMYK
RGB Variations
Color information
#31FFC5 (or 0x31FFC5) is known color: Turquoise. HEX triplet: 31, FF and C5. RGB value is (49,255,197). Sum of RGB (Red+Green+Blue) = 49+255+197=501 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.78% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FFC5 is #CE003A. Grayscale: #BABABA. Windows color (decimal): -13500475 or 12975921. OLE color: 12975921.
HSL color Cylindrical-coordinate representation of color #31FFC5: hue angle of 163.11º 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 #31FFC5 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 197 | - |
| CMYK | 0.81 | 0 | 0.23 | 0 |
| HSL | 163.11º | 1% | 0.6% | - |
| HSV(B) | 163.11º | 0.81% | 1% | - |
| XYZ | 47.1 | 76.2 | 65.05 | - |
| YUV | 186.79 | 133.75 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 197 | 0.81 | 0 | 0.23 | 0 | 163.11 | 1 | 0.6 |
| Hex | 31 | FF | C5 | 51 | 0 | 17 | 0 | A3 | 64 | 3C |
| Octal | 61 | 377 | 305 | 121 | 0 | 27 | 0 | 243 | 144 | 74 |
| Binary | 110001 | 11111111 | 11000101 | 1010001 | 0 | 10111 | 0 | 10100011 | 1100100 | 111100 |
Color Harmonies of #31FFC5
Complementary color
Monochromatic Colors of #31FFC5
Black with #31FFC5
Text Example
Text Example
White with #31FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFC5; }
p { color: rgb(49,255,197); }
H1.HeaderClassName
{
color: #31FFC5;
}
.AnyTagClassName
{
color: #31FFC5;
}
</style>
background-color css
<style>
a { background-color: #31FFC5; }
a { background-color: rgb(49,255,197); }
div.DivClassName
{
background-color: #31FFC5;
}
.BgClassName
{
background-color: #31FFC5;
}
</style>
border-color css
<style>
span { border-color: #31FFC5; }
span { border-color: rgb(49,255,197); }
td.TdClassName
{
border-color: #31FFC5;
}
.TagClassName
{
border-color: #31FFC5;
}
</style>