Shades of Turquoise #31ECEB
Tints of Turquoise #31ECEB
RGB
CMYK
RGB Variations
Color information
#31ECEB (or 0x31ECEB) is known color: Turquoise. HEX triplet: 31, EC and EB. RGB value is (49,236,235). Sum of RGB (Red+Green+Blue) = 49+236+235=520 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.42% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31ECEB is #CE1314. Grayscale: #B3B3B3. Windows color (decimal): -13505301 or 15461425. OLE color: 15461425.
HSL color Cylindrical-coordinate representation of color #31ECEB: hue angle of 179.68º 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 #31ECEB is Cyan = 0.79, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 235 | - |
| CMYK | 0.79 | 0 | 0.00 | 0.07 |
| HSL | 179.68º | 0.83% | 0.56% | - |
| HSV(B) | 179.68º | 0.79% | 0.93% | - |
| XYZ | 46.26 | 66.64 | 89.02 | - |
| YUV | 179.97 | 159.05 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 235 | 0.79 | 0 | 0.00 | 0.07 | 179.68 | 0.83 | 0.56 |
| Hex | 31 | EC | EB | 4F | 0 | 0 | 7 | B4 | 53 | 38 |
| Octal | 61 | 354 | 353 | 117 | 0 | 0 | 7 | 264 | 123 | 70 |
| Binary | 110001 | 11101100 | 11101011 | 1001111 | 0 | 0 | 111 | 10110100 | 1010011 | 111000 |
Color Harmonies of #31ECEB
Complementary color
Monochromatic Colors of #31ECEB
Black with #31ECEB
Text Example
Text Example
White with #31ECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECEB; }
p { color: rgb(49,236,235); }
H1.HeaderClassName
{
color: #31ECEB;
}
.AnyTagClassName
{
color: #31ECEB;
}
</style>
background-color css
<style>
a { background-color: #31ECEB; }
a { background-color: rgb(49,236,235); }
div.DivClassName
{
background-color: #31ECEB;
}
.BgClassName
{
background-color: #31ECEB;
}
</style>
border-color css
<style>
span { border-color: #31ECEB; }
span { border-color: rgb(49,236,235); }
td.TdClassName
{
border-color: #31ECEB;
}
.TagClassName
{
border-color: #31ECEB;
}
</style>