Shades of Turquoise #31ECCC
Tints of Turquoise #31ECCC
RGB
CMYK
RGB Variations
Color information
#31ECCC (or 0x31ECCC) is known color: Turquoise. HEX triplet: 31, EC and CC. RGB value is (49,236,204). Sum of RGB (Red+Green+Blue) = 49+236+204=489 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.02% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31ECCC is #CE1333. Grayscale: #B0B0B0. Windows color (decimal): -13505332 or 13429809. OLE color: 13429809.
HSL color Cylindrical-coordinate representation of color #31ECCC: hue angle of 169.73º 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 #31ECCC is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 204 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.07 |
| HSL | 169.73º | 0.83% | 0.56% | - |
| HSV(B) | 169.73º | 0.79% | 0.93% | - |
| XYZ | 42.16 | 65 | 67.45 | - |
| YUV | 176.44 | 143.55 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 204 | 0.79 | 0 | 0.14 | 0.07 | 169.73 | 0.83 | 0.56 |
| Hex | 31 | EC | CC | 4F | 0 | E | 7 | AA | 53 | 38 |
| Octal | 61 | 354 | 314 | 117 | 0 | 16 | 7 | 252 | 123 | 70 |
| Binary | 110001 | 11101100 | 11001100 | 1001111 | 0 | 1110 | 111 | 10101010 | 1010011 | 111000 |
Color Harmonies of #31ECCC
Complementary color
Monochromatic Colors of #31ECCC
Black with #31ECCC
Text Example
Text Example
White with #31ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECCC; }
p { color: rgb(49,236,204); }
H1.HeaderClassName
{
color: #31ECCC;
}
.AnyTagClassName
{
color: #31ECCC;
}
</style>
background-color css
<style>
a { background-color: #31ECCC; }
a { background-color: rgb(49,236,204); }
div.DivClassName
{
background-color: #31ECCC;
}
.BgClassName
{
background-color: #31ECCC;
}
</style>
border-color css
<style>
span { border-color: #31ECCC; }
span { border-color: rgb(49,236,204); }
td.TdClassName
{
border-color: #31ECCC;
}
.TagClassName
{
border-color: #31ECCC;
}
</style>