Shades of Medium Turquoise #31CCDC
Tints of Medium Turquoise #31CCDC
RGB
CMYK
RGB Variations
Color information
#31CCDC (or 0x31CCDC) is known color: Medium Turquoise. HEX triplet: 31, CC and DC. RGB value is (49,204,220). Sum of RGB (Red+Green+Blue) = 49+204+220=473 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.36% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #31CCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CCDC is #CE3323. Grayscale: #9F9F9F. Windows color (decimal): -13513508 or 14470193. OLE color: 14470193.
HSL color Cylindrical-coordinate representation of color #31CCDC: hue angle of 185.61º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CCDC is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 204 | 220 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.14 |
| HSL | 185.61º | 0.71% | 0.53% | - |
| HSV(B) | 185.61º | 0.78% | 0.86% | - |
| XYZ | 35.78 | 49.01 | 75.28 | - |
| YUV | 159.48 | 162.15 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 220 | 0.78 | 0.07 | 0 | 0.14 | 185.61 | 0.71 | 0.53 |
| Hex | 31 | CC | DC | 4E | 7 | 0 | E | BA | 47 | 35 |
| Octal | 61 | 314 | 334 | 116 | 7 | 0 | 16 | 272 | 107 | 65 |
| Binary | 110001 | 11001100 | 11011100 | 1001110 | 111 | 0 | 1110 | 10111010 | 1000111 | 110101 |
Color Harmonies of #31CCDC
Complementary color
Monochromatic Colors of #31CCDC
Black with #31CCDC
Text Example
Text Example
White with #31CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCDC; }
p { color: rgb(49,204,220); }
H1.HeaderClassName
{
color: #31CCDC;
}
.AnyTagClassName
{
color: #31CCDC;
}
</style>
background-color css
<style>
a { background-color: #31CCDC; }
a { background-color: rgb(49,204,220); }
div.DivClassName
{
background-color: #31CCDC;
}
.BgClassName
{
background-color: #31CCDC;
}
</style>
border-color css
<style>
span { border-color: #31CCDC; }
span { border-color: rgb(49,204,220); }
td.TdClassName
{
border-color: #31CCDC;
}
.TagClassName
{
border-color: #31CCDC;
}
</style>