Shades of Turquoise #31FFC4
Tints of Turquoise #31FFC4
RGB
CMYK
RGB Variations
Color information
#31FFC4 (or 0x31FFC4) is known color: Turquoise. HEX triplet: 31, FF and C4. RGB value is (49,255,196). Sum of RGB (Red+Green+Blue) = 49+255+196=500 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.8% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FFC4 is #CE003B. Grayscale: #BABABA. Windows color (decimal): -13500476 or 12910385. OLE color: 12910385.
HSL color Cylindrical-coordinate representation of color #31FFC4: hue angle of 162.82º 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 #31FFC4 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 196 | - |
| CMYK | 0.81 | 0 | 0.23 | 0 |
| HSL | 162.82º | 1% | 0.6% | - |
| HSV(B) | 162.82º | 0.81% | 1% | - |
| XYZ | 46.99 | 76.16 | 64.45 | - |
| YUV | 186.68 | 133.25 | 29.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 196 | 0.81 | 0 | 0.23 | 0 | 162.82 | 1 | 0.6 |
| Hex | 31 | FF | C4 | 51 | 0 | 17 | 0 | A3 | 64 | 3C |
| Octal | 61 | 377 | 304 | 121 | 0 | 27 | 0 | 243 | 144 | 74 |
| Binary | 110001 | 11111111 | 11000100 | 1010001 | 0 | 10111 | 0 | 10100011 | 1100100 | 111100 |
Color Harmonies of #31FFC4
Complementary color
Monochromatic Colors of #31FFC4
Black with #31FFC4
Text Example
Text Example
White with #31FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFC4; }
p { color: rgb(49,255,196); }
H1.HeaderClassName
{
color: #31FFC4;
}
.AnyTagClassName
{
color: #31FFC4;
}
</style>
background-color css
<style>
a { background-color: #31FFC4; }
a { background-color: rgb(49,255,196); }
div.DivClassName
{
background-color: #31FFC4;
}
.BgClassName
{
background-color: #31FFC4;
}
</style>
border-color css
<style>
span { border-color: #31FFC4; }
span { border-color: rgb(49,255,196); }
td.TdClassName
{
border-color: #31FFC4;
}
.TagClassName
{
border-color: #31FFC4;
}
</style>