Shades of Medium Turquoise #31CCBC
Tints of Medium Turquoise #31CCBC
RGB
CMYK
RGB Variations
Color information
#31CCBC (or 0x31CCBC) is known color: Medium Turquoise. HEX triplet: 31, CC and BC. RGB value is (49,204,188). Sum of RGB (Red+Green+Blue) = 49+204+188=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #31CCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CCBC is #CE3343. Grayscale: #9B9B9B. Windows color (decimal): -13513540 or 12373041. OLE color: 12373041.
HSL color Cylindrical-coordinate representation of color #31CCBC: hue angle of 173.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CCBC is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 204 | 188 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.2 |
| HSL | 173.81º | 0.61% | 0.5% | - |
| HSV(B) | 173.81º | 0.76% | 0.8% | - |
| XYZ | 31.94 | 47.47 | 55.06 | - |
| YUV | 155.83 | 146.15 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 188 | 0.76 | 0 | 0.08 | 0.2 | 173.81 | 0.61 | 0.5 |
| Hex | 31 | CC | BC | 4C | 0 | 8 | 14 | AE | 3D | 32 |
| Octal | 61 | 314 | 274 | 114 | 0 | 10 | 24 | 256 | 75 | 62 |
| Binary | 110001 | 11001100 | 10111100 | 1001100 | 0 | 1000 | 10100 | 10101110 | 111101 | 110010 |
Color Harmonies of #31CCBC
Complementary color
Monochromatic Colors of #31CCBC
Black with #31CCBC
Text Example
Text Example
White with #31CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCBC; }
p { color: rgb(49,204,188); }
H1.HeaderClassName
{
color: #31CCBC;
}
.AnyTagClassName
{
color: #31CCBC;
}
</style>
background-color css
<style>
a { background-color: #31CCBC; }
a { background-color: rgb(49,204,188); }
div.DivClassName
{
background-color: #31CCBC;
}
.BgClassName
{
background-color: #31CCBC;
}
</style>
border-color css
<style>
span { border-color: #31CCBC; }
span { border-color: rgb(49,204,188); }
td.TdClassName
{
border-color: #31CCBC;
}
.TagClassName
{
border-color: #31CCBC;
}
</style>