Shades of Turquoise #31EAEC
Tints of Turquoise #31EAEC
RGB
CMYK
RGB Variations
Color information
#31EAEC (or 0x31EAEC) is known color: Turquoise. HEX triplet: 31, EA and EC. RGB value is (49,234,236). Sum of RGB (Red+Green+Blue) = 49+234+236=519 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.44% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #31EAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EAEC is #CE1513. Grayscale: #B2B2B2. Windows color (decimal): -13505812 or 15526449. OLE color: 15526449.
HSL color Cylindrical-coordinate representation of color #31EAEC: hue angle of 180.64º 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 #31EAEC is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 234 | 236 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.07 |
| HSL | 180.64º | 0.83% | 0.56% | - |
| HSV(B) | 180.64º | 0.79% | 0.93% | - |
| XYZ | 45.83 | 65.55 | 89.59 | - |
| YUV | 178.91 | 160.21 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 234 | 236 | 0.79 | 0.01 | 0 | 0.07 | 180.64 | 0.83 | 0.56 |
| Hex | 31 | EA | EC | 4F | 1 | 0 | 7 | B5 | 53 | 38 |
| Octal | 61 | 352 | 354 | 117 | 1 | 0 | 7 | 265 | 123 | 70 |
| Binary | 110001 | 11101010 | 11101100 | 1001111 | 1 | 0 | 111 | 10110101 | 1010011 | 111000 |
Color Harmonies of #31EAEC
Complementary color
Monochromatic Colors of #31EAEC
Black with #31EAEC
Text Example
Text Example
White with #31EAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EAEC; }
p { color: rgb(49,234,236); }
H1.HeaderClassName
{
color: #31EAEC;
}
.AnyTagClassName
{
color: #31EAEC;
}
</style>
background-color css
<style>
a { background-color: #31EAEC; }
a { background-color: rgb(49,234,236); }
div.DivClassName
{
background-color: #31EAEC;
}
.BgClassName
{
background-color: #31EAEC;
}
</style>
border-color css
<style>
span { border-color: #31EAEC; }
span { border-color: rgb(49,234,236); }
td.TdClassName
{
border-color: #31EAEC;
}
.TagClassName
{
border-color: #31EAEC;
}
</style>