Shades of Turquoise #31ECCF
Tints of Turquoise #31ECCF
RGB
CMYK
RGB Variations
Color information
#31ECCF (or 0x31ECCF) is known color: Turquoise. HEX triplet: 31, EC and CF. RGB value is (49,236,207). Sum of RGB (Red+Green+Blue) = 49+236+207=492 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.96% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31ECCF is #CE1330. Grayscale: #B0B0B0. Windows color (decimal): -13505329 or 13626417. OLE color: 13626417.
HSL color Cylindrical-coordinate representation of color #31ECCF: hue angle of 170.7º 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 #31ECCF is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 207 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.07 |
| HSL | 170.7º | 0.83% | 0.56% | - |
| HSV(B) | 170.7º | 0.79% | 0.93% | - |
| XYZ | 42.52 | 65.15 | 69.37 | - |
| YUV | 176.78 | 145.05 | 36.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 207 | 0.79 | 0 | 0.12 | 0.07 | 170.7 | 0.83 | 0.56 |
| Hex | 31 | EC | CF | 4F | 0 | C | 7 | AB | 53 | 38 |
| Octal | 61 | 354 | 317 | 117 | 0 | 14 | 7 | 253 | 123 | 70 |
| Binary | 110001 | 11101100 | 11001111 | 1001111 | 0 | 1100 | 111 | 10101011 | 1010011 | 111000 |
Color Harmonies of #31ECCF
Complementary color
Monochromatic Colors of #31ECCF
Black with #31ECCF
Text Example
Text Example
White with #31ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECCF; }
p { color: rgb(49,236,207); }
H1.HeaderClassName
{
color: #31ECCF;
}
.AnyTagClassName
{
color: #31ECCF;
}
</style>
background-color css
<style>
a { background-color: #31ECCF; }
a { background-color: rgb(49,236,207); }
div.DivClassName
{
background-color: #31ECCF;
}
.BgClassName
{
background-color: #31ECCF;
}
</style>
border-color css
<style>
span { border-color: #31ECCF; }
span { border-color: rgb(49,236,207); }
td.TdClassName
{
border-color: #31ECCF;
}
.TagClassName
{
border-color: #31ECCF;
}
</style>