Shades of Turquoise #31DCBF
Tints of Turquoise #31DCBF
RGB
CMYK
RGB Variations
Color information
#31DCBF (or 0x31DCBF) is known color: Turquoise. HEX triplet: 31, DC and BF. RGB value is (49,220,191). Sum of RGB (Red+Green+Blue) = 49+220+191=460 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.65% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCBF is #CE2340. Grayscale: #A5A5A5. Windows color (decimal): -13509441 or 12573745. OLE color: 12573745.
HSL color Cylindrical-coordinate representation of color #31DCBF: hue angle of 169.82º degrees, saturation: 0.71, 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 #31DCBF is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 191 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.14 |
| HSL | 169.82º | 0.71% | 0.53% | - |
| HSV(B) | 169.82º | 0.78% | 0.86% | - |
| XYZ | 36.26 | 55.6 | 58.11 | - |
| YUV | 165.57 | 142.35 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 191 | 0.78 | 0 | 0.13 | 0.14 | 169.82 | 0.71 | 0.53 |
| Hex | 31 | DC | BF | 4E | 0 | D | E | AA | 47 | 35 |
| Octal | 61 | 334 | 277 | 116 | 0 | 15 | 16 | 252 | 107 | 65 |
| Binary | 110001 | 11011100 | 10111111 | 1001110 | 0 | 1101 | 1110 | 10101010 | 1000111 | 110101 |
Color Harmonies of #31DCBF
Complementary color
Monochromatic Colors of #31DCBF
Black with #31DCBF
Text Example
Text Example
White with #31DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCBF; }
p { color: rgb(49,220,191); }
H1.HeaderClassName
{
color: #31DCBF;
}
.AnyTagClassName
{
color: #31DCBF;
}
</style>
background-color css
<style>
a { background-color: #31DCBF; }
a { background-color: rgb(49,220,191); }
div.DivClassName
{
background-color: #31DCBF;
}
.BgClassName
{
background-color: #31DCBF;
}
</style>
border-color css
<style>
span { border-color: #31DCBF; }
span { border-color: rgb(49,220,191); }
td.TdClassName
{
border-color: #31DCBF;
}
.TagClassName
{
border-color: #31DCBF;
}
</style>