Shades of Medium Turquoise #51C2CA
Tints of Medium Turquoise #51C2CA
RGB
CMYK
RGB Variations
Color information
#51C2CA (or 0x51C2CA) is known color: Medium Turquoise. HEX triplet: 51, C2 and CA. RGB value is (81,194,202). Sum of RGB (Red+Green+Blue) = 81+194+202=477 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.98% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #51C2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C2CA is #AE3D35. Grayscale: #A0A0A0. Windows color (decimal): -11418934 or 13288017. OLE color: 13288017.
HSL color Cylindrical-coordinate representation of color #51C2CA: hue angle of 183.97º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51C2CA is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 194 | 202 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.21 |
| HSL | 183.97º | 0.53% | 0.55% | - |
| HSV(B) | 183.97º | 0.6% | 0.79% | - |
| XYZ | 33.35 | 44.6 | 62.73 | - |
| YUV | 161.13 | 151.06 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 194 | 202 | 0.60 | 0.04 | 0 | 0.21 | 183.97 | 0.53 | 0.55 |
| Hex | 51 | C2 | CA | 3C | 4 | 0 | 15 | B8 | 35 | 37 |
| Octal | 121 | 302 | 312 | 74 | 4 | 0 | 25 | 270 | 65 | 67 |
| Binary | 1010001 | 11000010 | 11001010 | 111100 | 100 | 0 | 10101 | 10111000 | 110101 | 110111 |
Color Harmonies of #51C2CA
Complementary color
Monochromatic Colors of #51C2CA
Black with #51C2CA
Text Example
Text Example
White with #51C2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C2CA; }
p { color: rgb(81,194,202); }
H1.HeaderClassName
{
color: #51C2CA;
}
.AnyTagClassName
{
color: #51C2CA;
}
</style>
background-color css
<style>
a { background-color: #51C2CA; }
a { background-color: rgb(81,194,202); }
div.DivClassName
{
background-color: #51C2CA;
}
.BgClassName
{
background-color: #51C2CA;
}
</style>
border-color css
<style>
span { border-color: #51C2CA; }
span { border-color: rgb(81,194,202); }
td.TdClassName
{
border-color: #51C2CA;
}
.TagClassName
{
border-color: #51C2CA;
}
</style>