Shades of Medium Turquoise #31CDC3
Tints of Medium Turquoise #31CDC3
RGB
CMYK
RGB Variations
Color information
#31CDC3 (or 0x31CDC3) is known color: Medium Turquoise. HEX triplet: 31, CD and C3. RGB value is (49,205,195). Sum of RGB (Red+Green+Blue) = 49+205+195=449 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.91% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #31CDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CDC3 is #CE323C. Grayscale: #9D9D9D. Windows color (decimal): -13513277 or 12832049. OLE color: 12832049.
HSL color Cylindrical-coordinate representation of color #31CDC3: hue angle of 176.15º 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 #31CDC3 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 205 | 195 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.20 |
| HSL | 176.15º | 0.61% | 0.5% | - |
| HSV(B) | 176.15º | 0.76% | 0.8% | - |
| XYZ | 32.95 | 48.26 | 59.21 | - |
| YUV | 157.22 | 149.32 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 195 | 0.76 | 0 | 0.05 | 0.20 | 176.15 | 0.61 | 0.5 |
| Hex | 31 | CD | C3 | 4C | 0 | 5 | 14 | B0 | 3D | 32 |
| Octal | 61 | 315 | 303 | 114 | 0 | 5 | 24 | 260 | 75 | 62 |
| Binary | 110001 | 11001101 | 11000011 | 1001100 | 0 | 101 | 10100 | 10110000 | 111101 | 110010 |
Color Harmonies of #31CDC3
Complementary color
Monochromatic Colors of #31CDC3
Black with #31CDC3
Text Example
Text Example
White with #31CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDC3; }
p { color: rgb(49,205,195); }
H1.HeaderClassName
{
color: #31CDC3;
}
.AnyTagClassName
{
color: #31CDC3;
}
</style>
background-color css
<style>
a { background-color: #31CDC3; }
a { background-color: rgb(49,205,195); }
div.DivClassName
{
background-color: #31CDC3;
}
.BgClassName
{
background-color: #31CDC3;
}
</style>
border-color css
<style>
span { border-color: #31CDC3; }
span { border-color: rgb(49,205,195); }
td.TdClassName
{
border-color: #31CDC3;
}
.TagClassName
{
border-color: #31CDC3;
}
</style>