Shades of Turquoise #31DBCC
Tints of Turquoise #31DBCC
RGB
CMYK
RGB Variations
Color information
#31DBCC (or 0x31DBCC) is known color: Turquoise. HEX triplet: 31, DB and CC. RGB value is (49,219,204). Sum of RGB (Red+Green+Blue) = 49+219+204=472 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.38% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #31DBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DBCC is #CE2433. Grayscale: #A6A6A6. Windows color (decimal): -13509684 or 13425457. OLE color: 13425457.
HSL color Cylindrical-coordinate representation of color #31DBCC: hue angle of 174.71º 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 #31DBCC is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 204 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.14 |
| HSL | 174.71º | 0.7% | 0.53% | - |
| HSV(B) | 174.71º | 0.78% | 0.86% | - |
| XYZ | 37.5 | 55.68 | 65.9 | - |
| YUV | 166.46 | 149.18 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 204 | 0.78 | 0 | 0.07 | 0.14 | 174.71 | 0.7 | 0.53 |
| Hex | 31 | DB | CC | 4E | 0 | 7 | E | AF | 46 | 35 |
| Octal | 61 | 333 | 314 | 116 | 0 | 7 | 16 | 257 | 106 | 65 |
| Binary | 110001 | 11011011 | 11001100 | 1001110 | 0 | 111 | 1110 | 10101111 | 1000110 | 110101 |
Color Harmonies of #31DBCC
Complementary color
Monochromatic Colors of #31DBCC
Black with #31DBCC
Text Example
Text Example
White with #31DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBCC; }
p { color: rgb(49,219,204); }
H1.HeaderClassName
{
color: #31DBCC;
}
.AnyTagClassName
{
color: #31DBCC;
}
</style>
background-color css
<style>
a { background-color: #31DBCC; }
a { background-color: rgb(49,219,204); }
div.DivClassName
{
background-color: #31DBCC;
}
.BgClassName
{
background-color: #31DBCC;
}
</style>
border-color css
<style>
span { border-color: #31DBCC; }
span { border-color: rgb(49,219,204); }
td.TdClassName
{
border-color: #31DBCC;
}
.TagClassName
{
border-color: #31DBCC;
}
</style>