Shades of Medium Turquoise #31BEC8
Tints of Medium Turquoise #31BEC8
RGB
CMYK
RGB Variations
Color information
#31BEC8 (or 0x31BEC8) is known color: Medium Turquoise. HEX triplet: 31, BE and C8. RGB value is (49,190,200). Sum of RGB (Red+Green+Blue) = 49+190+200=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 200 - color contains mainly: blue. Hex color #31BEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BEC8 is #CE4137. Grayscale: #949494. Windows color (decimal): -13517112 or 13155889. OLE color: 13155889.
HSL color Cylindrical-coordinate representation of color #31BEC8: hue angle of 183.97º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31BEC8 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 190 | 200 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.22 |
| HSL | 183.97º | 0.61% | 0.49% | - |
| HSV(B) | 183.97º | 0.76% | 0.78% | - |
| XYZ | 30.11 | 41.65 | 61.1 | - |
| YUV | 148.98 | 156.79 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 200 | 0.76 | 0.05 | 0 | 0.22 | 183.97 | 0.61 | 0.49 |
| Hex | 31 | BE | C8 | 4C | 5 | 0 | 16 | B8 | 3D | 31 |
| Octal | 61 | 276 | 310 | 114 | 5 | 0 | 26 | 270 | 75 | 61 |
| Binary | 110001 | 10111110 | 11001000 | 1001100 | 101 | 0 | 10110 | 10111000 | 111101 | 110001 |
Color Harmonies of #31BEC8
Complementary color
Monochromatic Colors of #31BEC8
Black with #31BEC8
Text Example
Text Example
White with #31BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BEC8; }
p { color: rgb(49,190,200); }
H1.HeaderClassName
{
color: #31BEC8;
}
.AnyTagClassName
{
color: #31BEC8;
}
</style>
background-color css
<style>
a { background-color: #31BEC8; }
a { background-color: rgb(49,190,200); }
div.DivClassName
{
background-color: #31BEC8;
}
.BgClassName
{
background-color: #31BEC8;
}
</style>
border-color css
<style>
span { border-color: #31BEC8; }
span { border-color: rgb(49,190,200); }
td.TdClassName
{
border-color: #31BEC8;
}
.TagClassName
{
border-color: #31BEC8;
}
</style>