Shades of Medium Turquoise #31CEDC
Tints of Medium Turquoise #31CEDC
RGB
CMYK
RGB Variations
Color information
#31CEDC (or 0x31CEDC) is known color: Medium Turquoise. HEX triplet: 31, CE and DC. RGB value is (49,206,220). Sum of RGB (Red+Green+Blue) = 49+206+220=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #31CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CEDC is #CE3123. Grayscale: #A0A0A0. Windows color (decimal): -13512996 or 14470705. OLE color: 14470705.
HSL color Cylindrical-coordinate representation of color #31CEDC: hue angle of 184.91º 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 #31CEDC is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 206 | 220 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.14 |
| HSL | 184.91º | 0.71% | 0.53% | - |
| HSV(B) | 184.91º | 0.78% | 0.86% | - |
| XYZ | 36.26 | 49.96 | 75.44 | - |
| YUV | 160.65 | 161.49 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 220 | 0.78 | 0.06 | 0 | 0.14 | 184.91 | 0.71 | 0.53 |
| Hex | 31 | CE | DC | 4E | 6 | 0 | E | B9 | 47 | 35 |
| Octal | 61 | 316 | 334 | 116 | 6 | 0 | 16 | 271 | 107 | 65 |
| Binary | 110001 | 11001110 | 11011100 | 1001110 | 110 | 0 | 1110 | 10111001 | 1000111 | 110101 |
Color Harmonies of #31CEDC
Complementary color
Monochromatic Colors of #31CEDC
Black with #31CEDC
Text Example
Text Example
White with #31CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEDC; }
p { color: rgb(49,206,220); }
H1.HeaderClassName
{
color: #31CEDC;
}
.AnyTagClassName
{
color: #31CEDC;
}
</style>
background-color css
<style>
a { background-color: #31CEDC; }
a { background-color: rgb(49,206,220); }
div.DivClassName
{
background-color: #31CEDC;
}
.BgClassName
{
background-color: #31CEDC;
}
</style>
border-color css
<style>
span { border-color: #31CEDC; }
span { border-color: rgb(49,206,220); }
td.TdClassName
{
border-color: #31CEDC;
}
.TagClassName
{
border-color: #31CEDC;
}
</style>