Shades of Turquoise #31D5CC
Tints of Turquoise #31D5CC
RGB
CMYK
RGB Variations
Color information
#31D5CC (or 0x31D5CC) is known color: Turquoise. HEX triplet: 31, D5 and CC. RGB value is (49,213,204). Sum of RGB (Red+Green+Blue) = 49+213+204=466 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.52% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #31D5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D5CC is #CE2A33. Grayscale: #A2A2A2. Windows color (decimal): -13511220 or 13423921. OLE color: 13423921.
HSL color Cylindrical-coordinate representation of color #31D5CC: hue angle of 176.71º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D5CC is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 213 | 204 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.16 |
| HSL | 176.71º | 0.66% | 0.51% | - |
| HSV(B) | 176.71º | 0.77% | 0.84% | - |
| XYZ | 35.96 | 52.6 | 65.38 | - |
| YUV | 162.94 | 151.17 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 204 | 0.77 | 0 | 0.04 | 0.16 | 176.71 | 0.66 | 0.51 |
| Hex | 31 | D5 | CC | 4D | 0 | 4 | 10 | B1 | 42 | 33 |
| Octal | 61 | 325 | 314 | 115 | 0 | 4 | 20 | 261 | 102 | 63 |
| Binary | 110001 | 11010101 | 11001100 | 1001101 | 0 | 100 | 10000 | 10110001 | 1000010 | 110011 |
Color Harmonies of #31D5CC
Complementary color
Monochromatic Colors of #31D5CC
Black with #31D5CC
Text Example
Text Example
White with #31D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D5CC; }
p { color: rgb(49,213,204); }
H1.HeaderClassName
{
color: #31D5CC;
}
.AnyTagClassName
{
color: #31D5CC;
}
</style>
background-color css
<style>
a { background-color: #31D5CC; }
a { background-color: rgb(49,213,204); }
div.DivClassName
{
background-color: #31D5CC;
}
.BgClassName
{
background-color: #31D5CC;
}
</style>
border-color css
<style>
span { border-color: #31D5CC; }
span { border-color: rgb(49,213,204); }
td.TdClassName
{
border-color: #31D5CC;
}
.TagClassName
{
border-color: #31D5CC;
}
</style>