Shades of Medium Turquoise #51CCDB
Tints of Medium Turquoise #51CCDB
RGB
CMYK
RGB Variations
Color information
#51CCDB (or 0x51CCDB) is known color: Medium Turquoise. HEX triplet: 51, CC and DB. RGB value is (81,204,219). Sum of RGB (Red+Green+Blue) = 81+204+219=504 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.07% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #51CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CCDB is #AE3324. Grayscale: #A8A8A8. Windows color (decimal): -11416357 or 14404689. OLE color: 14404689.
HSL color Cylindrical-coordinate representation of color #51CCDB: hue angle of 186.52º 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 #51CCDB is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 204 | 219 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.14 |
| HSL | 186.52º | 0.66% | 0.59% | - |
| HSV(B) | 186.52º | 0.63% | 0.86% | - |
| XYZ | 37.77 | 50.05 | 74.69 | - |
| YUV | 168.93 | 156.25 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 204 | 219 | 0.63 | 0.07 | 0 | 0.14 | 186.52 | 0.66 | 0.59 |
| Hex | 51 | CC | DB | 3F | 7 | 0 | E | BB | 42 | 3B |
| Octal | 121 | 314 | 333 | 77 | 7 | 0 | 16 | 273 | 102 | 73 |
| Binary | 1010001 | 11001100 | 11011011 | 111111 | 111 | 0 | 1110 | 10111011 | 1000010 | 111011 |
Color Harmonies of #51CCDB
Complementary color
Monochromatic Colors of #51CCDB
Black with #51CCDB
Text Example
Text Example
White with #51CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CCDB; }
p { color: rgb(81,204,219); }
H1.HeaderClassName
{
color: #51CCDB;
}
.AnyTagClassName
{
color: #51CCDB;
}
</style>
background-color css
<style>
a { background-color: #51CCDB; }
a { background-color: rgb(81,204,219); }
div.DivClassName
{
background-color: #51CCDB;
}
.BgClassName
{
background-color: #51CCDB;
}
</style>
border-color css
<style>
span { border-color: #51CCDB; }
span { border-color: rgb(81,204,219); }
td.TdClassName
{
border-color: #51CCDB;
}
.TagClassName
{
border-color: #51CCDB;
}
</style>