Shades of Medium Turquoise #31CCD0
Tints of Medium Turquoise #31CCD0
RGB
CMYK
RGB Variations
Color information
#31CCD0 (or 0x31CCD0) is known color: Medium Turquoise. HEX triplet: 31, CC and D0. RGB value is (49,204,208). Sum of RGB (Red+Green+Blue) = 49+204+208=461 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.63% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #31CCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CCD0 is #CE332F. Grayscale: #9D9D9D. Windows color (decimal): -13513520 or 13683761. OLE color: 13683761.
HSL color Cylindrical-coordinate representation of color #31CCD0: hue angle of 181.51º 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 #31CCD0 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 204 | 208 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.18 |
| HSL | 181.51º | 0.63% | 0.5% | - |
| HSV(B) | 181.51º | 0.76% | 0.82% | - |
| XYZ | 34.24 | 48.39 | 67.21 | - |
| YUV | 158.11 | 156.15 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 208 | 0.76 | 0.02 | 0 | 0.18 | 181.51 | 0.63 | 0.5 |
| Hex | 31 | CC | D0 | 4C | 2 | 0 | 12 | B6 | 3F | 32 |
| Octal | 61 | 314 | 320 | 114 | 2 | 0 | 22 | 266 | 77 | 62 |
| Binary | 110001 | 11001100 | 11010000 | 1001100 | 10 | 0 | 10010 | 10110110 | 111111 | 110010 |
Color Harmonies of #31CCD0
Complementary color
Monochromatic Colors of #31CCD0
Black with #31CCD0
Text Example
Text Example
White with #31CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCD0; }
p { color: rgb(49,204,208); }
H1.HeaderClassName
{
color: #31CCD0;
}
.AnyTagClassName
{
color: #31CCD0;
}
</style>
background-color css
<style>
a { background-color: #31CCD0; }
a { background-color: rgb(49,204,208); }
div.DivClassName
{
background-color: #31CCD0;
}
.BgClassName
{
background-color: #31CCD0;
}
</style>
border-color css
<style>
span { border-color: #31CCD0; }
span { border-color: rgb(49,204,208); }
td.TdClassName
{
border-color: #31CCD0;
}
.TagClassName
{
border-color: #31CCD0;
}
</style>