Shades of Medium Turquoise #51C8DB
Tints of Medium Turquoise #51C8DB
RGB
CMYK
RGB Variations
Color information
#51C8DB (or 0x51C8DB) is known color: Medium Turquoise. HEX triplet: 51, C8 and DB. RGB value is (81,200,219). Sum of RGB (Red+Green+Blue) = 81+200+219=500 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.2% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #51C8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C8DB is #AE3724. Grayscale: #A6A6A6. Windows color (decimal): -11417381 or 14403665. OLE color: 14403665.
HSL color Cylindrical-coordinate representation of color #51C8DB: hue angle of 188.26º 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 #51C8DB is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 200 | 219 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.14 |
| HSL | 188.26º | 0.66% | 0.59% | - |
| HSV(B) | 188.26º | 0.63% | 0.86% | - |
| XYZ | 36.83 | 48.17 | 74.37 | - |
| YUV | 166.59 | 157.58 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 200 | 219 | 0.63 | 0.09 | 0 | 0.14 | 188.26 | 0.66 | 0.59 |
| Hex | 51 | C8 | DB | 3F | 9 | 0 | E | BC | 42 | 3B |
| Octal | 121 | 310 | 333 | 77 | 11 | 0 | 16 | 274 | 102 | 73 |
| Binary | 1010001 | 11001000 | 11011011 | 111111 | 1001 | 0 | 1110 | 10111100 | 1000010 | 111011 |
Color Harmonies of #51C8DB
Complementary color
Monochromatic Colors of #51C8DB
Black with #51C8DB
Text Example
Text Example
White with #51C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C8DB; }
p { color: rgb(81,200,219); }
H1.HeaderClassName
{
color: #51C8DB;
}
.AnyTagClassName
{
color: #51C8DB;
}
</style>
background-color css
<style>
a { background-color: #51C8DB; }
a { background-color: rgb(81,200,219); }
div.DivClassName
{
background-color: #51C8DB;
}
.BgClassName
{
background-color: #51C8DB;
}
</style>
border-color css
<style>
span { border-color: #51C8DB; }
span { border-color: rgb(81,200,219); }
td.TdClassName
{
border-color: #51C8DB;
}
.TagClassName
{
border-color: #51C8DB;
}
</style>