Shades of Turquoise #31ECD8
Tints of Turquoise #31ECD8
RGB
CMYK
RGB Variations
Color information
#31ECD8 (or 0x31ECD8) is known color: Turquoise. HEX triplet: 31, EC and D8. RGB value is (49,236,216). Sum of RGB (Red+Green+Blue) = 49+236+216=501 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.78% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31ECD8 is #CE1327. Grayscale: #B1B1B1. Windows color (decimal): -13505320 or 14216241. OLE color: 14216241.
HSL color Cylindrical-coordinate representation of color #31ECD8: hue angle of 173.58º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ECD8 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 216 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.07 |
| HSL | 173.58º | 0.83% | 0.56% | - |
| HSV(B) | 173.58º | 0.79% | 0.93% | - |
| XYZ | 43.66 | 65.6 | 75.33 | - |
| YUV | 177.81 | 149.55 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 216 | 0.79 | 0 | 0.08 | 0.07 | 173.58 | 0.83 | 0.56 |
| Hex | 31 | EC | D8 | 4F | 0 | 8 | 7 | AE | 53 | 38 |
| Octal | 61 | 354 | 330 | 117 | 0 | 10 | 7 | 256 | 123 | 70 |
| Binary | 110001 | 11101100 | 11011000 | 1001111 | 0 | 1000 | 111 | 10101110 | 1010011 | 111000 |
Color Harmonies of #31ECD8
Complementary color
Monochromatic Colors of #31ECD8
Black with #31ECD8
Text Example
Text Example
White with #31ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECD8; }
p { color: rgb(49,236,216); }
H1.HeaderClassName
{
color: #31ECD8;
}
.AnyTagClassName
{
color: #31ECD8;
}
</style>
background-color css
<style>
a { background-color: #31ECD8; }
a { background-color: rgb(49,236,216); }
div.DivClassName
{
background-color: #31ECD8;
}
.BgClassName
{
background-color: #31ECD8;
}
</style>
border-color css
<style>
span { border-color: #31ECD8; }
span { border-color: rgb(49,236,216); }
td.TdClassName
{
border-color: #31ECD8;
}
.TagClassName
{
border-color: #31ECD8;
}
</style>