Shades of Medium Turquoise #31CDD0
Tints of Medium Turquoise #31CDD0
RGB
CMYK
RGB Variations
Color information
#31CDD0 (or 0x31CDD0) is known color: Medium Turquoise. HEX triplet: 31, CD and D0. RGB value is (49,205,208). Sum of RGB (Red+Green+Blue) = 49+205+208=462 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.61% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #31CDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CDD0 is #CE322F. Grayscale: #9E9E9E. Windows color (decimal): -13513264 or 13684017. OLE color: 13684017.
HSL color Cylindrical-coordinate representation of color #31CDD0: hue angle of 181.13º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CDD0 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 205 | 208 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.18 |
| HSL | 181.13º | 0.63% | 0.5% | - |
| HSV(B) | 181.13º | 0.76% | 0.82% | - |
| XYZ | 34.48 | 48.87 | 67.29 | - |
| YUV | 158.7 | 155.82 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 208 | 0.76 | 0.01 | 0 | 0.18 | 181.13 | 0.63 | 0.5 |
| Hex | 31 | CD | D0 | 4C | 1 | 0 | 12 | B5 | 3F | 32 |
| Octal | 61 | 315 | 320 | 114 | 1 | 0 | 22 | 265 | 77 | 62 |
| Binary | 110001 | 11001101 | 11010000 | 1001100 | 1 | 0 | 10010 | 10110101 | 111111 | 110010 |
Color Harmonies of #31CDD0
Complementary color
Monochromatic Colors of #31CDD0
Black with #31CDD0
Text Example
Text Example
White with #31CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDD0; }
p { color: rgb(49,205,208); }
H1.HeaderClassName
{
color: #31CDD0;
}
.AnyTagClassName
{
color: #31CDD0;
}
</style>
background-color css
<style>
a { background-color: #31CDD0; }
a { background-color: rgb(49,205,208); }
div.DivClassName
{
background-color: #31CDD0;
}
.BgClassName
{
background-color: #31CDD0;
}
</style>
border-color css
<style>
span { border-color: #31CDD0; }
span { border-color: rgb(49,205,208); }
td.TdClassName
{
border-color: #31CDD0;
}
.TagClassName
{
border-color: #31CDD0;
}
</style>