Shades of Turquoise #31ECEE
Tints of Turquoise #31ECEE
RGB
CMYK
RGB Variations
Color information
#31ECEE (or 0x31ECEE) is known color: Turquoise. HEX triplet: 31, EC and EE. RGB value is (49,236,238). Sum of RGB (Red+Green+Blue) = 49+236+238=523 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.37% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #31ECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31ECEE is #CE1311. Grayscale: #B4B4B4. Windows color (decimal): -13505298 or 15658033. OLE color: 15658033.
HSL color Cylindrical-coordinate representation of color #31ECEE: hue angle of 180.63º degrees, saturation: 0.85, 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 #31ECEE is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 238 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.07 |
| HSL | 180.63º | 0.85% | 0.56% | - |
| HSV(B) | 180.63º | 0.79% | 0.93% | - |
| XYZ | 46.69 | 66.82 | 91.32 | - |
| YUV | 180.32 | 160.55 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 238 | 0.79 | 0.01 | 0 | 0.07 | 180.63 | 0.85 | 0.56 |
| Hex | 31 | EC | EE | 4F | 1 | 0 | 7 | B5 | 55 | 38 |
| Octal | 61 | 354 | 356 | 117 | 1 | 0 | 7 | 265 | 125 | 70 |
| Binary | 110001 | 11101100 | 11101110 | 1001111 | 1 | 0 | 111 | 10110101 | 1010101 | 111000 |
Color Harmonies of #31ECEE
Complementary color
Monochromatic Colors of #31ECEE
Black with #31ECEE
Text Example
Text Example
White with #31ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECEE; }
p { color: rgb(49,236,238); }
H1.HeaderClassName
{
color: #31ECEE;
}
.AnyTagClassName
{
color: #31ECEE;
}
</style>
background-color css
<style>
a { background-color: #31ECEE; }
a { background-color: rgb(49,236,238); }
div.DivClassName
{
background-color: #31ECEE;
}
.BgClassName
{
background-color: #31ECEE;
}
</style>
border-color css
<style>
span { border-color: #31ECEE; }
span { border-color: rgb(49,236,238); }
td.TdClassName
{
border-color: #31ECEE;
}
.TagClassName
{
border-color: #31ECEE;
}
</style>