Shades of Turquoise #31ECB4
Tints of Turquoise #31ECB4
RGB
CMYK
RGB Variations
Color information
#31ECB4 (or 0x31ECB4) is known color: Turquoise. HEX triplet: 31, EC and B4. RGB value is (49,236,180). Sum of RGB (Red+Green+Blue) = 49+236+180=465 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.54% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31ECB4 is #CE134B. Grayscale: #ADADAD. Windows color (decimal): -13505356 or 11856945. OLE color: 11856945.
HSL color Cylindrical-coordinate representation of color #31ECB4: hue angle of 162.03º 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 #31ECB4 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 180 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.07 |
| HSL | 162.03º | 0.83% | 0.56% | - |
| HSV(B) | 162.03º | 0.79% | 0.93% | - |
| XYZ | 39.5 | 63.94 | 53.44 | - |
| YUV | 173.7 | 131.55 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 180 | 0.79 | 0 | 0.24 | 0.07 | 162.03 | 0.83 | 0.56 |
| Hex | 31 | EC | B4 | 4F | 0 | 18 | 7 | A2 | 53 | 38 |
| Octal | 61 | 354 | 264 | 117 | 0 | 30 | 7 | 242 | 123 | 70 |
| Binary | 110001 | 11101100 | 10110100 | 1001111 | 0 | 11000 | 111 | 10100010 | 1010011 | 111000 |
Color Harmonies of #31ECB4
Complementary color
Monochromatic Colors of #31ECB4
Black with #31ECB4
Text Example
Text Example
White with #31ECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECB4; }
p { color: rgb(49,236,180); }
H1.HeaderClassName
{
color: #31ECB4;
}
.AnyTagClassName
{
color: #31ECB4;
}
</style>
background-color css
<style>
a { background-color: #31ECB4; }
a { background-color: rgb(49,236,180); }
div.DivClassName
{
background-color: #31ECB4;
}
.BgClassName
{
background-color: #31ECB4;
}
</style>
border-color css
<style>
span { border-color: #31ECB4; }
span { border-color: rgb(49,236,180); }
td.TdClassName
{
border-color: #31ECB4;
}
.TagClassName
{
border-color: #31ECB4;
}
</style>