Shades of Medium Turquoise #51CBDB
Tints of Medium Turquoise #51CBDB
RGB
CMYK
RGB Variations
Color information
#51CBDB (or 0x51CBDB) is known color: Medium Turquoise. HEX triplet: 51, CB and DB. RGB value is (81,203,219). Sum of RGB (Red+Green+Blue) = 81+203+219=503 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.10% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #51CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CBDB is #AE3424. Grayscale: #A8A8A8. Windows color (decimal): -11416613 or 14404433. OLE color: 14404433.
HSL color Cylindrical-coordinate representation of color #51CBDB: hue angle of 186.96º 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 #51CBDB is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 203 | 219 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.14 |
| HSL | 186.96º | 0.66% | 0.59% | - |
| HSV(B) | 186.96º | 0.63% | 0.86% | - |
| XYZ | 37.54 | 49.58 | 74.61 | - |
| YUV | 168.35 | 156.58 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 219 | 0.63 | 0.07 | 0 | 0.14 | 186.96 | 0.66 | 0.59 |
| Hex | 51 | CB | DB | 3F | 7 | 0 | E | BB | 42 | 3B |
| Octal | 121 | 313 | 333 | 77 | 7 | 0 | 16 | 273 | 102 | 73 |
| Binary | 1010001 | 11001011 | 11011011 | 111111 | 111 | 0 | 1110 | 10111011 | 1000010 | 111011 |
Color Harmonies of #51CBDB
Complementary color
Monochromatic Colors of #51CBDB
Black with #51CBDB
Text Example
Text Example
White with #51CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CBDB; }
p { color: rgb(81,203,219); }
H1.HeaderClassName
{
color: #51CBDB;
}
.AnyTagClassName
{
color: #51CBDB;
}
</style>
background-color css
<style>
a { background-color: #51CBDB; }
a { background-color: rgb(81,203,219); }
div.DivClassName
{
background-color: #51CBDB;
}
.BgClassName
{
background-color: #51CBDB;
}
</style>
border-color css
<style>
span { border-color: #51CBDB; }
span { border-color: rgb(81,203,219); }
td.TdClassName
{
border-color: #51CBDB;
}
.TagClassName
{
border-color: #51CBDB;
}
</style>