Shades of Medium Turquoise #51DDDF
Tints of Medium Turquoise #51DDDF
RGB
CMYK
RGB Variations
Color information
#51DDDF (or 0x51DDDF) is known color: Medium Turquoise. HEX triplet: 51, DD and DF. RGB value is (81,221,223). Sum of RGB (Red+Green+Blue) = 81+221+223=525 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.43% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #51DDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DDDF is #AE2220. Grayscale: #B3B3B3. Windows color (decimal): -11412001 or 14671185. OLE color: 14671185.
HSL color Cylindrical-coordinate representation of color #51DDDF: hue angle of 180.85º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DDDF is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 221 | 223 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.13 |
| HSL | 180.85º | 0.69% | 0.6% | - |
| HSV(B) | 180.85º | 0.64% | 0.87% | - |
| XYZ | 42.57 | 58.79 | 78.92 | - |
| YUV | 179.37 | 152.62 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 221 | 223 | 0.64 | 0.01 | 0 | 0.13 | 180.85 | 0.69 | 0.6 |
| Hex | 51 | DD | DF | 40 | 1 | 0 | D | B5 | 45 | 3C |
| Octal | 121 | 335 | 337 | 100 | 1 | 0 | 15 | 265 | 105 | 74 |
| Binary | 1010001 | 11011101 | 11011111 | 1000000 | 1 | 0 | 1101 | 10110101 | 1000101 | 111100 |
Color Harmonies of #51DDDF
Complementary color
Monochromatic Colors of #51DDDF
Black with #51DDDF
Text Example
Text Example
White with #51DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DDDF; }
p { color: rgb(81,221,223); }
H1.HeaderClassName
{
color: #51DDDF;
}
.AnyTagClassName
{
color: #51DDDF;
}
</style>
background-color css
<style>
a { background-color: #51DDDF; }
a { background-color: rgb(81,221,223); }
div.DivClassName
{
background-color: #51DDDF;
}
.BgClassName
{
background-color: #51DDDF;
}
</style>
border-color css
<style>
span { border-color: #51DDDF; }
span { border-color: rgb(81,221,223); }
td.TdClassName
{
border-color: #51DDDF;
}
.TagClassName
{
border-color: #51DDDF;
}
</style>