Shades of Medium Turquoise #51C3C2
Tints of Medium Turquoise #51C3C2
RGB
CMYK
RGB Variations
Color information
#51C3C2 (or 0x51C3C2) is known color: Medium Turquoise. HEX triplet: 51, C3 and C2. RGB value is (81,195,194). Sum of RGB (Red+Green+Blue) = 81+195+194=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #51C3C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C3C2 is #AE3C3D. Grayscale: #A0A0A0. Windows color (decimal): -11418686 or 12763985. OLE color: 12763985.
HSL color Cylindrical-coordinate representation of color #51C3C2: hue angle of 179.47º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C3C2 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 195 | 194 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.24 |
| HSL | 179.47º | 0.49% | 0.54% | - |
| HSV(B) | 179.47º | 0.58% | 0.76% | - |
| XYZ | 32.65 | 44.67 | 57.94 | - |
| YUV | 160.8 | 146.73 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 195 | 194 | 0.58 | 0 | 0.01 | 0.24 | 179.47 | 0.49 | 0.54 |
| Hex | 51 | C3 | C2 | 3A | 0 | 1 | 18 | B3 | 31 | 36 |
| Octal | 121 | 303 | 302 | 72 | 0 | 1 | 30 | 263 | 61 | 66 |
| Binary | 1010001 | 11000011 | 11000010 | 111010 | 0 | 1 | 11000 | 10110011 | 110001 | 110110 |
Color Harmonies of #51C3C2
Complementary color
Monochromatic Colors of #51C3C2
Black with #51C3C2
Text Example
Text Example
White with #51C3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C3C2; }
p { color: rgb(81,195,194); }
H1.HeaderClassName
{
color: #51C3C2;
}
.AnyTagClassName
{
color: #51C3C2;
}
</style>
background-color css
<style>
a { background-color: #51C3C2; }
a { background-color: rgb(81,195,194); }
div.DivClassName
{
background-color: #51C3C2;
}
.BgClassName
{
background-color: #51C3C2;
}
</style>
border-color css
<style>
span { border-color: #51C3C2; }
span { border-color: rgb(81,195,194); }
td.TdClassName
{
border-color: #51C3C2;
}
.TagClassName
{
border-color: #51C3C2;
}
</style>