Shades of Turquoise #31DCE7
Tints of Turquoise #31DCE7
RGB
CMYK
RGB Variations
Color information
#31DCE7 (or 0x31DCE7) is known color: Turquoise. HEX triplet: 31, DC and E7. RGB value is (49,220,231). Sum of RGB (Red+Green+Blue) = 49+220+231=500 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.8% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #31DCE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DCE7 is #CE2318. Grayscale: #A9A9A9. Windows color (decimal): -13509401 or 15195185. OLE color: 15195185.
HSL color Cylindrical-coordinate representation of color #31DCE7: hue angle of 183.63º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DCE7 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 220 | 231 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.09 |
| HSL | 183.63º | 0.79% | 0.55% | - |
| HSV(B) | 183.63º | 0.79% | 0.91% | - |
| XYZ | 41.28 | 57.61 | 84.55 | - |
| YUV | 170.13 | 162.35 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 231 | 0.79 | 0.05 | 0 | 0.09 | 183.63 | 0.79 | 0.55 |
| Hex | 31 | DC | E7 | 4F | 5 | 0 | 9 | B8 | 4F | 37 |
| Octal | 61 | 334 | 347 | 117 | 5 | 0 | 11 | 270 | 117 | 67 |
| Binary | 110001 | 11011100 | 11100111 | 1001111 | 101 | 0 | 1001 | 10111000 | 1001111 | 110111 |
Color Harmonies of #31DCE7
Complementary color
Monochromatic Colors of #31DCE7
Black with #31DCE7
Text Example
Text Example
White with #31DCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCE7; }
p { color: rgb(49,220,231); }
H1.HeaderClassName
{
color: #31DCE7;
}
.AnyTagClassName
{
color: #31DCE7;
}
</style>
background-color css
<style>
a { background-color: #31DCE7; }
a { background-color: rgb(49,220,231); }
div.DivClassName
{
background-color: #31DCE7;
}
.BgClassName
{
background-color: #31DCE7;
}
</style>
border-color css
<style>
span { border-color: #31DCE7; }
span { border-color: rgb(49,220,231); }
td.TdClassName
{
border-color: #31DCE7;
}
.TagClassName
{
border-color: #31DCE7;
}
</style>