Shades of Turquoise #31ECED
Tints of Turquoise #31ECED
RGB
CMYK
RGB Variations
Color information
#31ECED (or 0x31ECED) is known color: Turquoise. HEX triplet: 31, EC and ED. RGB value is (49,236,237). Sum of RGB (Red+Green+Blue) = 49+236+237=522 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.39% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #31ECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31ECED is #CE1312. Grayscale: #B4B4B4. Windows color (decimal): -13505299 or 15592497. OLE color: 15592497.
HSL color Cylindrical-coordinate representation of color #31ECED: hue angle of 180.32º degrees, saturation: 0.84, 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 #31ECED is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 237 | - |
| CMYK | 0.79 | 0.00 | 0 | 0.07 |
| HSL | 180.32º | 0.84% | 0.56% | - |
| HSV(B) | 180.32º | 0.79% | 0.93% | - |
| XYZ | 46.55 | 66.76 | 90.55 | - |
| YUV | 180.2 | 160.05 | 34.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 237 | 0.79 | 0.00 | 0 | 0.07 | 180.32 | 0.84 | 0.56 |
| Hex | 31 | EC | ED | 4F | 0 | 0 | 7 | B4 | 54 | 38 |
| Octal | 61 | 354 | 355 | 117 | 0 | 0 | 7 | 264 | 124 | 70 |
| Binary | 110001 | 11101100 | 11101101 | 1001111 | 0 | 0 | 111 | 10110100 | 1010100 | 111000 |
Color Harmonies of #31ECED
Complementary color
Monochromatic Colors of #31ECED
Black with #31ECED
Text Example
Text Example
White with #31ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECED; }
p { color: rgb(49,236,237); }
H1.HeaderClassName
{
color: #31ECED;
}
.AnyTagClassName
{
color: #31ECED;
}
</style>
background-color css
<style>
a { background-color: #31ECED; }
a { background-color: rgb(49,236,237); }
div.DivClassName
{
background-color: #31ECED;
}
.BgClassName
{
background-color: #31ECED;
}
</style>
border-color css
<style>
span { border-color: #31ECED; }
span { border-color: rgb(49,236,237); }
td.TdClassName
{
border-color: #31ECED;
}
.TagClassName
{
border-color: #31ECED;
}
</style>