Shades of Medium Turquoise #31BEC2
Tints of Medium Turquoise #31BEC2
RGB
CMYK
RGB Variations
Color information
#31BEC2 (or 0x31BEC2) is known color: Medium Turquoise. HEX triplet: 31, BE and C2. RGB value is (49,190,194). Sum of RGB (Red+Green+Blue) = 49+190+194=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #31BEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BEC2 is #CE413D. Grayscale: #949494. Windows color (decimal): -13517118 or 12762673. OLE color: 12762673.
HSL color Cylindrical-coordinate representation of color #31BEC2: hue angle of 181.66º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31BEC2 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 190 | 194 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.24 |
| HSL | 181.66º | 0.6% | 0.48% | - |
| HSV(B) | 181.66º | 0.75% | 0.76% | - |
| XYZ | 29.42 | 41.37 | 57.47 | - |
| YUV | 148.3 | 153.79 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 194 | 0.75 | 0.02 | 0 | 0.24 | 181.66 | 0.6 | 0.48 |
| Hex | 31 | BE | C2 | 4B | 2 | 0 | 18 | B6 | 3C | 30 |
| Octal | 61 | 276 | 302 | 113 | 2 | 0 | 30 | 266 | 74 | 60 |
| Binary | 110001 | 10111110 | 11000010 | 1001011 | 10 | 0 | 11000 | 10110110 | 111100 | 110000 |
Color Harmonies of #31BEC2
Complementary color
Monochromatic Colors of #31BEC2
Black with #31BEC2
Text Example
Text Example
White with #31BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BEC2; }
p { color: rgb(49,190,194); }
H1.HeaderClassName
{
color: #31BEC2;
}
.AnyTagClassName
{
color: #31BEC2;
}
</style>
background-color css
<style>
a { background-color: #31BEC2; }
a { background-color: rgb(49,190,194); }
div.DivClassName
{
background-color: #31BEC2;
}
.BgClassName
{
background-color: #31BEC2;
}
</style>
border-color css
<style>
span { border-color: #31BEC2; }
span { border-color: rgb(49,190,194); }
td.TdClassName
{
border-color: #31BEC2;
}
.TagClassName
{
border-color: #31BEC2;
}
</style>