Shades of Medium Turquoise #51C5DA
Tints of Medium Turquoise #51C5DA
RGB
CMYK
RGB Variations
Color information
#51C5DA (or 0x51C5DA) is known color: Medium Turquoise. HEX triplet: 51, C5 and DA. RGB value is (81,197,218). Sum of RGB (Red+Green+Blue) = 81+197+218=496 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.33% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #51C5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C5DA is #AE3A25. Grayscale: #A4A4A4. Windows color (decimal): -11418150 or 14337361. OLE color: 14337361.
HSL color Cylindrical-coordinate representation of color #51C5DA: hue angle of 189.2º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51C5DA is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 197 | 218 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.15 |
| HSL | 189.2º | 0.65% | 0.59% | - |
| HSV(B) | 189.2º | 0.63% | 0.85% | - |
| XYZ | 36.01 | 46.74 | 73.45 | - |
| YUV | 164.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 197 | 218 | 0.63 | 0.10 | 0 | 0.15 | 189.2 | 0.65 | 0.59 |
| Hex | 51 | C5 | DA | 3F | A | 0 | F | BD | 41 | 3B |
| Octal | 121 | 305 | 332 | 77 | 12 | 0 | 17 | 275 | 101 | 73 |
| Binary | 1010001 | 11000101 | 11011010 | 111111 | 1010 | 0 | 1111 | 10111101 | 1000001 | 111011 |
Color Harmonies of #51C5DA
Complementary color
Monochromatic Colors of #51C5DA
Black with #51C5DA
Text Example
Text Example
White with #51C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C5DA; }
p { color: rgb(81,197,218); }
H1.HeaderClassName
{
color: #51C5DA;
}
.AnyTagClassName
{
color: #51C5DA;
}
</style>
background-color css
<style>
a { background-color: #51C5DA; }
a { background-color: rgb(81,197,218); }
div.DivClassName
{
background-color: #51C5DA;
}
.BgClassName
{
background-color: #51C5DA;
}
</style>
border-color css
<style>
span { border-color: #51C5DA; }
span { border-color: rgb(81,197,218); }
td.TdClassName
{
border-color: #51C5DA;
}
.TagClassName
{
border-color: #51C5DA;
}
</style>