Shades of Medium Turquoise #31C8CD
Tints of Medium Turquoise #31C8CD
RGB
CMYK
RGB Variations
Color information
#31C8CD (or 0x31C8CD) is known color: Medium Turquoise. HEX triplet: 31, C8 and CD. RGB value is (49,200,205). Sum of RGB (Red+Green+Blue) = 49+200+205=454 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.79% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #31C8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C8CD is #CE3732. Grayscale: #9B9B9B. Windows color (decimal): -13514547 or 13486129. OLE color: 13486129.
HSL color Cylindrical-coordinate representation of color #31C8CD: hue angle of 181.92º 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 #31C8CD is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 200 | 205 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.20 |
| HSL | 181.92º | 0.61% | 0.5% | - |
| HSV(B) | 181.92º | 0.76% | 0.8% | - |
| XYZ | 32.94 | 46.37 | 64.97 | - |
| YUV | 155.42 | 155.97 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 205 | 0.76 | 0.02 | 0 | 0.20 | 181.92 | 0.61 | 0.5 |
| Hex | 31 | C8 | CD | 4C | 2 | 0 | 14 | B6 | 3D | 32 |
| Octal | 61 | 310 | 315 | 114 | 2 | 0 | 24 | 266 | 75 | 62 |
| Binary | 110001 | 11001000 | 11001101 | 1001100 | 10 | 0 | 10100 | 10110110 | 111101 | 110010 |
Color Harmonies of #31C8CD
Complementary color
Monochromatic Colors of #31C8CD
Black with #31C8CD
Text Example
Text Example
White with #31C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C8CD; }
p { color: rgb(49,200,205); }
H1.HeaderClassName
{
color: #31C8CD;
}
.AnyTagClassName
{
color: #31C8CD;
}
</style>
background-color css
<style>
a { background-color: #31C8CD; }
a { background-color: rgb(49,200,205); }
div.DivClassName
{
background-color: #31C8CD;
}
.BgClassName
{
background-color: #31C8CD;
}
</style>
border-color css
<style>
span { border-color: #31C8CD; }
span { border-color: rgb(49,200,205); }
td.TdClassName
{
border-color: #31C8CD;
}
.TagClassName
{
border-color: #31C8CD;
}
</style>