Shades of Medium Turquoise #51C5DD
Tints of Medium Turquoise #51C5DD
RGB
CMYK
RGB Variations
Color information
#51C5DD (or 0x51C5DD) is known color: Medium Turquoise. HEX triplet: 51, C5 and DD. RGB value is (81,197,221). Sum of RGB (Red+Green+Blue) = 81+197+221=499 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.23% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #51C5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C5DD is #AE3A22. Grayscale: #A4A4A4. Windows color (decimal): -11418147 or 14533969. OLE color: 14533969.
HSL color Cylindrical-coordinate representation of color #51C5DD: hue angle of 190.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51C5DD is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 197 | 221 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.13 |
| HSL | 190.29º | 0.67% | 0.59% | - |
| HSV(B) | 190.29º | 0.63% | 0.87% | - |
| XYZ | 36.41 | 46.9 | 75.54 | - |
| YUV | 165.05 | 159.57 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 197 | 221 | 0.63 | 0.11 | 0 | 0.13 | 190.29 | 0.67 | 0.59 |
| Hex | 51 | C5 | DD | 3F | B | 0 | D | BE | 43 | 3B |
| Octal | 121 | 305 | 335 | 77 | 13 | 0 | 15 | 276 | 103 | 73 |
| Binary | 1010001 | 11000101 | 11011101 | 111111 | 1011 | 0 | 1101 | 10111110 | 1000011 | 111011 |
Color Harmonies of #51C5DD
Complementary color
Monochromatic Colors of #51C5DD
Black with #51C5DD
Text Example
Text Example
White with #51C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C5DD; }
p { color: rgb(81,197,221); }
H1.HeaderClassName
{
color: #51C5DD;
}
.AnyTagClassName
{
color: #51C5DD;
}
</style>
background-color css
<style>
a { background-color: #51C5DD; }
a { background-color: rgb(81,197,221); }
div.DivClassName
{
background-color: #51C5DD;
}
.BgClassName
{
background-color: #51C5DD;
}
</style>
border-color css
<style>
span { border-color: #51C5DD; }
span { border-color: rgb(81,197,221); }
td.TdClassName
{
border-color: #51C5DD;
}
.TagClassName
{
border-color: #51C5DD;
}
</style>