Shades of Medium Turquoise #31C1C1
Tints of Medium Turquoise #31C1C1
RGB
CMYK
RGB Variations
Color information
#31C1C1 (or 0x31C1C1) is known color: Medium Turquoise. HEX triplet: 31, C1 and C1. RGB value is (49,193,193). Sum of RGB (Red+Green+Blue) = 49+193+193=435 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.26% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #31C1C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C1C1 is #CE3E3E. Grayscale: #959595. Windows color (decimal): -13516351 or 12697905. OLE color: 12697905.
HSL color Cylindrical-coordinate representation of color #31C1C1: hue angle of 180º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C1C1 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 193 | 193 | - |
| CMYK | 0.75 | 0 | 0 | 0.24 |
| HSL | 180º | 0.6% | 0.47% | - |
| HSV(B) | 180º | 0.75% | 0.76% | - |
| XYZ | 29.96 | 42.64 | 57.1 | - |
| YUV | 149.94 | 152.29 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 193 | 193 | 0.75 | 0 | 0 | 0.24 | 180 | 0.6 | 0.47 |
| Hex | 31 | C1 | C1 | 4B | 0 | 0 | 18 | B4 | 3C | 2F |
| Octal | 61 | 301 | 301 | 113 | 0 | 0 | 30 | 264 | 74 | 57 |
| Binary | 110001 | 11000001 | 11000001 | 1001011 | 0 | 0 | 11000 | 10110100 | 111100 | 101111 |
Color Harmonies of #31C1C1
Complementary color
Monochromatic Colors of #31C1C1
Black with #31C1C1
Text Example
Text Example
White with #31C1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C1C1; }
p { color: rgb(49,193,193); }
H1.HeaderClassName
{
color: #31C1C1;
}
.AnyTagClassName
{
color: #31C1C1;
}
</style>
background-color css
<style>
a { background-color: #31C1C1; }
a { background-color: rgb(49,193,193); }
div.DivClassName
{
background-color: #31C1C1;
}
.BgClassName
{
background-color: #31C1C1;
}
</style>
border-color css
<style>
span { border-color: #31C1C1; }
span { border-color: rgb(49,193,193); }
td.TdClassName
{
border-color: #31C1C1;
}
.TagClassName
{
border-color: #31C1C1;
}
</style>