Shades of Turquoise #31FFC2
Tints of Turquoise #31FFC2
RGB
CMYK
RGB Variations
Color information
#31FFC2 (or 0x31FFC2) is known color: Turquoise. HEX triplet: 31, FF and C2. RGB value is (49,255,194). Sum of RGB (Red+Green+Blue) = 49+255+194=498 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.84% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FFC2 is #CE003D. Grayscale: #BABABA. Windows color (decimal): -13500478 or 12779313. OLE color: 12779313.
HSL color Cylindrical-coordinate representation of color #31FFC2: hue angle of 162.23º 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 #31FFC2 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 194 | - |
| CMYK | 0.81 | 0 | 0.24 | 0 |
| HSL | 162.23º | 1% | 0.6% | - |
| HSV(B) | 162.23º | 0.81% | 1% | - |
| XYZ | 46.76 | 76.07 | 63.26 | - |
| YUV | 186.45 | 132.25 | 29.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 194 | 0.81 | 0 | 0.24 | 0 | 162.23 | 1 | 0.6 |
| Hex | 31 | FF | C2 | 51 | 0 | 18 | 0 | A2 | 64 | 3C |
| Octal | 61 | 377 | 302 | 121 | 0 | 30 | 0 | 242 | 144 | 74 |
| Binary | 110001 | 11111111 | 11000010 | 1010001 | 0 | 11000 | 0 | 10100010 | 1100100 | 111100 |
Color Harmonies of #31FFC2
Complementary color
Monochromatic Colors of #31FFC2
Black with #31FFC2
Text Example
Text Example
White with #31FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFC2; }
p { color: rgb(49,255,194); }
H1.HeaderClassName
{
color: #31FFC2;
}
.AnyTagClassName
{
color: #31FFC2;
}
</style>
background-color css
<style>
a { background-color: #31FFC2; }
a { background-color: rgb(49,255,194); }
div.DivClassName
{
background-color: #31FFC2;
}
.BgClassName
{
background-color: #31FFC2;
}
</style>
border-color css
<style>
span { border-color: #31FFC2; }
span { border-color: rgb(49,255,194); }
td.TdClassName
{
border-color: #31FFC2;
}
.TagClassName
{
border-color: #31FFC2;
}
</style>