Shades of Medium Turquoise #31CDBD
Tints of Medium Turquoise #31CDBD
RGB
CMYK
RGB Variations
Color information
#31CDBD (or 0x31CDBD) is known color: Medium Turquoise. HEX triplet: 31, CD and BD. RGB value is (49,205,189). Sum of RGB (Red+Green+Blue) = 49+205+189=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #31CDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CDBD is #CE3242. Grayscale: #9C9C9C. Windows color (decimal): -13513283 or 12438833. OLE color: 12438833.
HSL color Cylindrical-coordinate representation of color #31CDBD: hue angle of 173.85º 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 #31CDBD is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 205 | 189 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.20 |
| HSL | 173.85º | 0.61% | 0.5% | - |
| HSV(B) | 173.85º | 0.76% | 0.8% | - |
| XYZ | 32.28 | 47.99 | 55.71 | - |
| YUV | 156.53 | 146.32 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 189 | 0.76 | 0 | 0.08 | 0.20 | 173.85 | 0.61 | 0.5 |
| Hex | 31 | CD | BD | 4C | 0 | 8 | 14 | AE | 3D | 32 |
| Octal | 61 | 315 | 275 | 114 | 0 | 10 | 24 | 256 | 75 | 62 |
| Binary | 110001 | 11001101 | 10111101 | 1001100 | 0 | 1000 | 10100 | 10101110 | 111101 | 110010 |
Color Harmonies of #31CDBD
Complementary color
Monochromatic Colors of #31CDBD
Black with #31CDBD
Text Example
Text Example
White with #31CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDBD; }
p { color: rgb(49,205,189); }
H1.HeaderClassName
{
color: #31CDBD;
}
.AnyTagClassName
{
color: #31CDBD;
}
</style>
background-color css
<style>
a { background-color: #31CDBD; }
a { background-color: rgb(49,205,189); }
div.DivClassName
{
background-color: #31CDBD;
}
.BgClassName
{
background-color: #31CDBD;
}
</style>
border-color css
<style>
span { border-color: #31CDBD; }
span { border-color: rgb(49,205,189); }
td.TdClassName
{
border-color: #31CDBD;
}
.TagClassName
{
border-color: #31CDBD;
}
</style>