Shades of Turquoise #31ECCB
Tints of Turquoise #31ECCB
RGB
CMYK
RGB Variations
Color information
#31ECCB (or 0x31ECCB) is known color: Turquoise. HEX triplet: 31, EC and CB. RGB value is (49,236,203). Sum of RGB (Red+Green+Blue) = 49+236+203=488 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.04% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31ECCB is #CE1334. Grayscale: #B0B0B0. Windows color (decimal): -13505333 or 13364273. OLE color: 13364273.
HSL color Cylindrical-coordinate representation of color #31ECCB: hue angle of 169.41º 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 #31ECCB is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 203 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.07 |
| HSL | 169.41º | 0.83% | 0.56% | - |
| HSV(B) | 169.41º | 0.79% | 0.93% | - |
| XYZ | 42.04 | 64.96 | 66.82 | - |
| YUV | 176.33 | 143.05 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 203 | 0.79 | 0 | 0.14 | 0.07 | 169.41 | 0.83 | 0.56 |
| Hex | 31 | EC | CB | 4F | 0 | E | 7 | A9 | 53 | 38 |
| Octal | 61 | 354 | 313 | 117 | 0 | 16 | 7 | 251 | 123 | 70 |
| Binary | 110001 | 11101100 | 11001011 | 1001111 | 0 | 1110 | 111 | 10101001 | 1010011 | 111000 |
Color Harmonies of #31ECCB
Complementary color
Monochromatic Colors of #31ECCB
Black with #31ECCB
Text Example
Text Example
White with #31ECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECCB; }
p { color: rgb(49,236,203); }
H1.HeaderClassName
{
color: #31ECCB;
}
.AnyTagClassName
{
color: #31ECCB;
}
</style>
background-color css
<style>
a { background-color: #31ECCB; }
a { background-color: rgb(49,236,203); }
div.DivClassName
{
background-color: #31ECCB;
}
.BgClassName
{
background-color: #31ECCB;
}
</style>
border-color css
<style>
span { border-color: #31ECCB; }
span { border-color: rgb(49,236,203); }
td.TdClassName
{
border-color: #31ECCB;
}
.TagClassName
{
border-color: #31ECCB;
}
</style>