Shades of Medium Turquoise #51DCCA
Tints of Medium Turquoise #51DCCA
RGB
CMYK
RGB Variations
Color information
#51DCCA (or 0x51DCCA) is known color: Medium Turquoise. HEX triplet: 51, DC and CA. RGB value is (81,220,202). Sum of RGB (Red+Green+Blue) = 81+220+202=503 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.10% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #51DCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DCCA is #AE2335. Grayscale: #B0B0B0. Windows color (decimal): -11412278 or 13294673. OLE color: 13294673.
HSL color Cylindrical-coordinate representation of color #51DCCA: hue angle of 172.23º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DCCA is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 220 | 202 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.14 |
| HSL | 172.23º | 0.67% | 0.59% | - |
| HSV(B) | 172.23º | 0.63% | 0.86% | - |
| XYZ | 39.65 | 57.2 | 64.83 | - |
| YUV | 176.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 202 | 0.63 | 0 | 0.08 | 0.14 | 172.23 | 0.67 | 0.59 |
| Hex | 51 | DC | CA | 3F | 0 | 8 | E | AC | 43 | 3B |
| Octal | 121 | 334 | 312 | 77 | 0 | 10 | 16 | 254 | 103 | 73 |
| Binary | 1010001 | 11011100 | 11001010 | 111111 | 0 | 1000 | 1110 | 10101100 | 1000011 | 111011 |
Color Harmonies of #51DCCA
Complementary color
Monochromatic Colors of #51DCCA
Black with #51DCCA
Text Example
Text Example
White with #51DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DCCA; }
p { color: rgb(81,220,202); }
H1.HeaderClassName
{
color: #51DCCA;
}
.AnyTagClassName
{
color: #51DCCA;
}
</style>
background-color css
<style>
a { background-color: #51DCCA; }
a { background-color: rgb(81,220,202); }
div.DivClassName
{
background-color: #51DCCA;
}
.BgClassName
{
background-color: #51DCCA;
}
</style>
border-color css
<style>
span { border-color: #51DCCA; }
span { border-color: rgb(81,220,202); }
td.TdClassName
{
border-color: #51DCCA;
}
.TagClassName
{
border-color: #51DCCA;
}
</style>