Shades of Turquoise #31D0D7
Tints of Turquoise #31D0D7
RGB
CMYK
RGB Variations
Color information
#31D0D7 (or 0x31D0D7) is known color: Turquoise. HEX triplet: 31, D0 and D7. RGB value is (49,208,215). Sum of RGB (Red+Green+Blue) = 49+208+215=472 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.38% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #31D0D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D0D7 is #CE2F28. Grayscale: #A1A1A1. Windows color (decimal): -13512489 or 14143537. OLE color: 14143537.
HSL color Cylindrical-coordinate representation of color #31D0D7: hue angle of 182.53º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D0D7 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 208 | 215 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.16 |
| HSL | 182.53º | 0.67% | 0.52% | - |
| HSV(B) | 182.53º | 0.77% | 0.84% | - |
| XYZ | 36.09 | 50.67 | 72.17 | - |
| YUV | 161.26 | 158.32 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 215 | 0.77 | 0.03 | 0 | 0.16 | 182.53 | 0.67 | 0.52 |
| Hex | 31 | D0 | D7 | 4D | 3 | 0 | 10 | B7 | 43 | 34 |
| Octal | 61 | 320 | 327 | 115 | 3 | 0 | 20 | 267 | 103 | 64 |
| Binary | 110001 | 11010000 | 11010111 | 1001101 | 11 | 0 | 10000 | 10110111 | 1000011 | 110100 |
Color Harmonies of #31D0D7
Complementary color
Monochromatic Colors of #31D0D7
Black with #31D0D7
Text Example
Text Example
White with #31D0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D0D7; }
p { color: rgb(49,208,215); }
H1.HeaderClassName
{
color: #31D0D7;
}
.AnyTagClassName
{
color: #31D0D7;
}
</style>
background-color css
<style>
a { background-color: #31D0D7; }
a { background-color: rgb(49,208,215); }
div.DivClassName
{
background-color: #31D0D7;
}
.BgClassName
{
background-color: #31D0D7;
}
</style>
border-color css
<style>
span { border-color: #31D0D7; }
span { border-color: rgb(49,208,215); }
td.TdClassName
{
border-color: #31D0D7;
}
.TagClassName
{
border-color: #31D0D7;
}
</style>