Shades of Medium Turquoise #31CEC2
Tints of Medium Turquoise #31CEC2
RGB
CMYK
RGB Variations
Color information
#31CEC2 (or 0x31CEC2) is known color: Medium Turquoise. HEX triplet: 31, CE and C2. RGB value is (49,206,194). Sum of RGB (Red+Green+Blue) = 49+206+194=449 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.91% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CEC2 is #CE313D. Grayscale: #9D9D9D. Windows color (decimal): -13513022 or 12766769. OLE color: 12766769.
HSL color Cylindrical-coordinate representation of color #31CEC2: hue angle of 175.41º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CEC2 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 194 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.19 |
| HSL | 175.41º | 0.62% | 0.5% | - |
| HSV(B) | 175.41º | 0.76% | 0.81% | - |
| XYZ | 33.08 | 48.69 | 58.69 | - |
| YUV | 157.69 | 148.49 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 194 | 0.76 | 0 | 0.06 | 0.19 | 175.41 | 0.62 | 0.5 |
| Hex | 31 | CE | C2 | 4C | 0 | 6 | 13 | AF | 3E | 32 |
| Octal | 61 | 316 | 302 | 114 | 0 | 6 | 23 | 257 | 76 | 62 |
| Binary | 110001 | 11001110 | 11000010 | 1001100 | 0 | 110 | 10011 | 10101111 | 111110 | 110010 |
Color Harmonies of #31CEC2
Complementary color
Monochromatic Colors of #31CEC2
Black with #31CEC2
Text Example
Text Example
White with #31CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEC2; }
p { color: rgb(49,206,194); }
H1.HeaderClassName
{
color: #31CEC2;
}
.AnyTagClassName
{
color: #31CEC2;
}
</style>
background-color css
<style>
a { background-color: #31CEC2; }
a { background-color: rgb(49,206,194); }
div.DivClassName
{
background-color: #31CEC2;
}
.BgClassName
{
background-color: #31CEC2;
}
</style>
border-color css
<style>
span { border-color: #31CEC2; }
span { border-color: rgb(49,206,194); }
td.TdClassName
{
border-color: #31CEC2;
}
.TagClassName
{
border-color: #31CEC2;
}
</style>