Shades of Medium Turquoise #51DBCF
Tints of Medium Turquoise #51DBCF
RGB
CMYK
RGB Variations
Color information
#51DBCF (or 0x51DBCF) is known color: Medium Turquoise. HEX triplet: 51, DB and CF. RGB value is (81,219,207). Sum of RGB (Red+Green+Blue) = 81+219+207=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #51DBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DBCF is #AE2430. Grayscale: #B0B0B0. Windows color (decimal): -11412529 or 13622097. OLE color: 13622097.
HSL color Cylindrical-coordinate representation of color #51DBCF: hue angle of 174.78º degrees, saturation: 0.66, 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 #51DBCF is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 207 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.14 |
| HSL | 174.78º | 0.66% | 0.59% | - |
| HSV(B) | 174.78º | 0.63% | 0.86% | - |
| XYZ | 39.99 | 56.92 | 67.91 | - |
| YUV | 176.37 | 145.28 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 207 | 0.63 | 0 | 0.05 | 0.14 | 174.78 | 0.66 | 0.59 |
| Hex | 51 | DB | CF | 3F | 0 | 5 | E | AF | 42 | 3B |
| Octal | 121 | 333 | 317 | 77 | 0 | 5 | 16 | 257 | 102 | 73 |
| Binary | 1010001 | 11011011 | 11001111 | 111111 | 0 | 101 | 1110 | 10101111 | 1000010 | 111011 |
Color Harmonies of #51DBCF
Complementary color
Monochromatic Colors of #51DBCF
Black with #51DBCF
Text Example
Text Example
White with #51DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DBCF; }
p { color: rgb(81,219,207); }
H1.HeaderClassName
{
color: #51DBCF;
}
.AnyTagClassName
{
color: #51DBCF;
}
</style>
background-color css
<style>
a { background-color: #51DBCF; }
a { background-color: rgb(81,219,207); }
div.DivClassName
{
background-color: #51DBCF;
}
.BgClassName
{
background-color: #51DBCF;
}
</style>
border-color css
<style>
span { border-color: #51DBCF; }
span { border-color: rgb(81,219,207); }
td.TdClassName
{
border-color: #51DBCF;
}
.TagClassName
{
border-color: #51DBCF;
}
</style>