Shades of Turquoise #31F3DB
Tints of Turquoise #31F3DB
RGB
CMYK
RGB Variations
Color information
#31F3DB (or 0x31F3DB) is known color: Turquoise. HEX triplet: 31, F3 and DB. RGB value is (49,243,219). Sum of RGB (Red+Green+Blue) = 49+243+219=511 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.59% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #31F3DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F3DB is #CE0C24. Grayscale: #B6B6B6. Windows color (decimal): -13503525 or 14414641. OLE color: 14414641.
HSL color Cylindrical-coordinate representation of color #31F3DB: hue angle of 172.58º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F3DB is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 243 | 219 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.05 |
| HSL | 172.58º | 0.89% | 0.57% | - |
| HSV(B) | 172.58º | 0.8% | 0.95% | - |
| XYZ | 46.1 | 69.87 | 78.07 | - |
| YUV | 182.26 | 148.73 | 32.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 243 | 219 | 0.80 | 0 | 0.10 | 0.05 | 172.58 | 0.89 | 0.57 |
| Hex | 31 | F3 | DB | 50 | 0 | A | 5 | AD | 59 | 39 |
| Octal | 61 | 363 | 333 | 120 | 0 | 12 | 5 | 255 | 131 | 71 |
| Binary | 110001 | 11110011 | 11011011 | 1010000 | 0 | 1010 | 101 | 10101101 | 1011001 | 111001 |
Color Harmonies of #31F3DB
Complementary color
Monochromatic Colors of #31F3DB
Black with #31F3DB
Text Example
Text Example
White with #31F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F3DB; }
p { color: rgb(49,243,219); }
H1.HeaderClassName
{
color: #31F3DB;
}
.AnyTagClassName
{
color: #31F3DB;
}
</style>
background-color css
<style>
a { background-color: #31F3DB; }
a { background-color: rgb(49,243,219); }
div.DivClassName
{
background-color: #31F3DB;
}
.BgClassName
{
background-color: #31F3DB;
}
</style>
border-color css
<style>
span { border-color: #31F3DB; }
span { border-color: rgb(49,243,219); }
td.TdClassName
{
border-color: #31F3DB;
}
.TagClassName
{
border-color: #31F3DB;
}
</style>