Shades of Turquoise #31D2CC
Tints of Turquoise #31D2CC
RGB
CMYK
RGB Variations
Color information
#31D2CC (or 0x31D2CC) is known color: Turquoise. HEX triplet: 31, D2 and CC. RGB value is (49,210,204). Sum of RGB (Red+Green+Blue) = 49+210+204=463 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.58% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #31D2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D2CC is #CE2D33. Grayscale: #A1A1A1. Windows color (decimal): -13511988 or 13423153. OLE color: 13423153.
HSL color Cylindrical-coordinate representation of color #31D2CC: hue angle of 177.76º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D2CC is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 204 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.18 |
| HSL | 177.76º | 0.64% | 0.51% | - |
| HSV(B) | 177.76º | 0.77% | 0.82% | - |
| XYZ | 35.21 | 51.11 | 65.14 | - |
| YUV | 161.18 | 152.16 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 204 | 0.77 | 0 | 0.03 | 0.18 | 177.76 | 0.64 | 0.51 |
| Hex | 31 | D2 | CC | 4D | 0 | 3 | 12 | B2 | 40 | 33 |
| Octal | 61 | 322 | 314 | 115 | 0 | 3 | 22 | 262 | 100 | 63 |
| Binary | 110001 | 11010010 | 11001100 | 1001101 | 0 | 11 | 10010 | 10110010 | 1000000 | 110011 |
Color Harmonies of #31D2CC
Complementary color
Monochromatic Colors of #31D2CC
Black with #31D2CC
Text Example
Text Example
White with #31D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D2CC; }
p { color: rgb(49,210,204); }
H1.HeaderClassName
{
color: #31D2CC;
}
.AnyTagClassName
{
color: #31D2CC;
}
</style>
background-color css
<style>
a { background-color: #31D2CC; }
a { background-color: rgb(49,210,204); }
div.DivClassName
{
background-color: #31D2CC;
}
.BgClassName
{
background-color: #31D2CC;
}
</style>
border-color css
<style>
span { border-color: #31D2CC; }
span { border-color: rgb(49,210,204); }
td.TdClassName
{
border-color: #31D2CC;
}
.TagClassName
{
border-color: #31D2CC;
}
</style>