Shades of Turquoise #31D0DB
Tints of Turquoise #31D0DB
RGB
CMYK
RGB Variations
Color information
#31D0DB (or 0x31D0DB) is known color: Turquoise. HEX triplet: 31, D0 and DB. RGB value is (49,208,219). Sum of RGB (Red+Green+Blue) = 49+208+219=476 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.29% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #31D0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D0DB is #CE2F24. Grayscale: #A1A1A1. Windows color (decimal): -13512485 or 14405681. OLE color: 14405681.
HSL color Cylindrical-coordinate representation of color #31D0DB: hue angle of 183.88º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31D0DB is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 208 | 219 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.14 |
| HSL | 183.88º | 0.7% | 0.53% | - |
| HSV(B) | 183.88º | 0.78% | 0.86% | - |
| XYZ | 36.61 | 50.88 | 74.91 | - |
| YUV | 161.71 | 160.32 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 219 | 0.78 | 0.05 | 0 | 0.14 | 183.88 | 0.7 | 0.53 |
| Hex | 31 | D0 | DB | 4E | 5 | 0 | E | B8 | 46 | 35 |
| Octal | 61 | 320 | 333 | 116 | 5 | 0 | 16 | 270 | 106 | 65 |
| Binary | 110001 | 11010000 | 11011011 | 1001110 | 101 | 0 | 1110 | 10111000 | 1000110 | 110101 |
Color Harmonies of #31D0DB
Complementary color
Monochromatic Colors of #31D0DB
Black with #31D0DB
Text Example
Text Example
White with #31D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D0DB; }
p { color: rgb(49,208,219); }
H1.HeaderClassName
{
color: #31D0DB;
}
.AnyTagClassName
{
color: #31D0DB;
}
</style>
background-color css
<style>
a { background-color: #31D0DB; }
a { background-color: rgb(49,208,219); }
div.DivClassName
{
background-color: #31D0DB;
}
.BgClassName
{
background-color: #31D0DB;
}
</style>
border-color css
<style>
span { border-color: #31D0DB; }
span { border-color: rgb(49,208,219); }
td.TdClassName
{
border-color: #31D0DB;
}
.TagClassName
{
border-color: #31D0DB;
}
</style>