Shades of Medium Turquoise #51DBCA
Tints of Medium Turquoise #51DBCA
RGB
CMYK
RGB Variations
Color information
#51DBCA (or 0x51DBCA) is known color: Medium Turquoise. HEX triplet: 51, DB and CA. RGB value is (81,219,202). Sum of RGB (Red+Green+Blue) = 81+219+202=502 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.14% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #51DBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DBCA is #AE2435. Grayscale: #AFAFAF. Windows color (decimal): -11412534 or 13294417. OLE color: 13294417.
HSL color Cylindrical-coordinate representation of color #51DBCA: hue angle of 172.61º 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 #51DBCA is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 202 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.14 |
| HSL | 172.61º | 0.66% | 0.59% | - |
| HSV(B) | 172.61º | 0.63% | 0.86% | - |
| XYZ | 39.39 | 56.68 | 64.74 | - |
| YUV | 175.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 202 | 0.63 | 0 | 0.08 | 0.14 | 172.61 | 0.66 | 0.59 |
| Hex | 51 | DB | CA | 3F | 0 | 8 | E | AD | 42 | 3B |
| Octal | 121 | 333 | 312 | 77 | 0 | 10 | 16 | 255 | 102 | 73 |
| Binary | 1010001 | 11011011 | 11001010 | 111111 | 0 | 1000 | 1110 | 10101101 | 1000010 | 111011 |
Color Harmonies of #51DBCA
Complementary color
Monochromatic Colors of #51DBCA
Black with #51DBCA
Text Example
Text Example
White with #51DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DBCA; }
p { color: rgb(81,219,202); }
H1.HeaderClassName
{
color: #51DBCA;
}
.AnyTagClassName
{
color: #51DBCA;
}
</style>
background-color css
<style>
a { background-color: #51DBCA; }
a { background-color: rgb(81,219,202); }
div.DivClassName
{
background-color: #51DBCA;
}
.BgClassName
{
background-color: #51DBCA;
}
</style>
border-color css
<style>
span { border-color: #51DBCA; }
span { border-color: rgb(81,219,202); }
td.TdClassName
{
border-color: #51DBCA;
}
.TagClassName
{
border-color: #51DBCA;
}
</style>