Shades of Medium Turquoise #51CABC
Tints of Medium Turquoise #51CABC
RGB
CMYK
RGB Variations
Color information
#51CABC (or 0x51CABC) is known color: Medium Turquoise. HEX triplet: 51, CA and BC. RGB value is (81,202,188). Sum of RGB (Red+Green+Blue) = 81+202+188=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #51CABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CABC is #AE3543. Grayscale: #A4A4A4. Windows color (decimal): -11416900 or 12372561. OLE color: 12372561.
HSL color Cylindrical-coordinate representation of color #51CABC: hue angle of 173.06º 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 #51CABC is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 202 | 188 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.21 |
| HSL | 173.06º | 0.53% | 0.55% | - |
| HSV(B) | 173.06º | 0.6% | 0.79% | - |
| XYZ | 33.59 | 47.62 | 55 | - |
| YUV | 164.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 202 | 188 | 0.60 | 0 | 0.07 | 0.21 | 173.06 | 0.53 | 0.55 |
| Hex | 51 | CA | BC | 3C | 0 | 7 | 15 | AD | 35 | 37 |
| Octal | 121 | 312 | 274 | 74 | 0 | 7 | 25 | 255 | 65 | 67 |
| Binary | 1010001 | 11001010 | 10111100 | 111100 | 0 | 111 | 10101 | 10101101 | 110101 | 110111 |
Color Harmonies of #51CABC
Complementary color
Monochromatic Colors of #51CABC
Black with #51CABC
Text Example
Text Example
White with #51CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CABC; }
p { color: rgb(81,202,188); }
H1.HeaderClassName
{
color: #51CABC;
}
.AnyTagClassName
{
color: #51CABC;
}
</style>
background-color css
<style>
a { background-color: #51CABC; }
a { background-color: rgb(81,202,188); }
div.DivClassName
{
background-color: #51CABC;
}
.BgClassName
{
background-color: #51CABC;
}
</style>
border-color css
<style>
span { border-color: #51CABC; }
span { border-color: rgb(81,202,188); }
td.TdClassName
{
border-color: #51CABC;
}
.TagClassName
{
border-color: #51CABC;
}
</style>