Shades of Turquoise #31DEDD
Tints of Turquoise #31DEDD
RGB
CMYK
RGB Variations
Color information
#31DEDD (or 0x31DEDD) is known color: Turquoise. HEX triplet: 31, DE and DD. RGB value is (49,222,221). Sum of RGB (Red+Green+Blue) = 49+222+221=492 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.96% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #31DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DEDD is #CE2122. Grayscale: #A9A9A9. Windows color (decimal): -13508899 or 14540337. OLE color: 14540337.
HSL color Cylindrical-coordinate representation of color #31DEDD: hue angle of 179.65º 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 #31DEDD is Cyan = 0.78, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 222 | 221 | - |
| CMYK | 0.78 | 0 | 0.00 | 0.13 |
| HSL | 179.65º | 0.72% | 0.53% | - |
| HSV(B) | 179.65º | 0.78% | 0.87% | - |
| XYZ | 40.44 | 58.12 | 77.49 | - |
| YUV | 170.16 | 156.69 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 221 | 0.78 | 0 | 0.00 | 0.13 | 179.65 | 0.72 | 0.53 |
| Hex | 31 | DE | DD | 4E | 0 | 0 | D | B4 | 48 | 35 |
| Octal | 61 | 336 | 335 | 116 | 0 | 0 | 15 | 264 | 110 | 65 |
| Binary | 110001 | 11011110 | 11011101 | 1001110 | 0 | 0 | 1101 | 10110100 | 1001000 | 110101 |
Color Harmonies of #31DEDD
Complementary color
Monochromatic Colors of #31DEDD
Black with #31DEDD
Text Example
Text Example
White with #31DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DEDD; }
p { color: rgb(49,222,221); }
H1.HeaderClassName
{
color: #31DEDD;
}
.AnyTagClassName
{
color: #31DEDD;
}
</style>
background-color css
<style>
a { background-color: #31DEDD; }
a { background-color: rgb(49,222,221); }
div.DivClassName
{
background-color: #31DEDD;
}
.BgClassName
{
background-color: #31DEDD;
}
</style>
border-color css
<style>
span { border-color: #31DEDD; }
span { border-color: rgb(49,222,221); }
td.TdClassName
{
border-color: #31DEDD;
}
.TagClassName
{
border-color: #31DEDD;
}
</style>