Shades of Turquoise #31DCDD
Tints of Turquoise #31DCDD
RGB
CMYK
RGB Variations
Color information
#31DCDD (or 0x31DCDD) is known color: Turquoise. HEX triplet: 31, DC and DD. RGB value is (49,220,221). Sum of RGB (Red+Green+Blue) = 49+220+221=490 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #31DCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCDD is #CE2322. Grayscale: #A8A8A8. Windows color (decimal): -13509411 or 14539825. OLE color: 14539825.
HSL color Cylindrical-coordinate representation of color #31DCDD: hue angle of 180.35º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DCDD is Cyan = 0.78, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 220 | 221 | - |
| CMYK | 0.78 | 0.00 | 0 | 0.13 |
| HSL | 180.35º | 0.72% | 0.53% | - |
| HSV(B) | 180.35º | 0.78% | 0.87% | - |
| XYZ | 39.91 | 57.06 | 77.32 | - |
| YUV | 168.99 | 157.35 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 221 | 0.78 | 0.00 | 0 | 0.13 | 180.35 | 0.72 | 0.53 |
| Hex | 31 | DC | DD | 4E | 0 | 0 | D | B4 | 48 | 35 |
| Octal | 61 | 334 | 335 | 116 | 0 | 0 | 15 | 264 | 110 | 65 |
| Binary | 110001 | 11011100 | 11011101 | 1001110 | 0 | 0 | 1101 | 10110100 | 1001000 | 110101 |
Color Harmonies of #31DCDD
Complementary color
Monochromatic Colors of #31DCDD
Black with #31DCDD
Text Example
Text Example
White with #31DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCDD; }
p { color: rgb(49,220,221); }
H1.HeaderClassName
{
color: #31DCDD;
}
.AnyTagClassName
{
color: #31DCDD;
}
</style>
background-color css
<style>
a { background-color: #31DCDD; }
a { background-color: rgb(49,220,221); }
div.DivClassName
{
background-color: #31DCDD;
}
.BgClassName
{
background-color: #31DCDD;
}
</style>
border-color css
<style>
span { border-color: #31DCDD; }
span { border-color: rgb(49,220,221); }
td.TdClassName
{
border-color: #31DCDD;
}
.TagClassName
{
border-color: #31DCDD;
}
</style>