Shades of Medium Turquoise #51CEDC
Tints of Medium Turquoise #51CEDC
RGB
CMYK
RGB Variations
Color information
#51CEDC (or 0x51CEDC) is known color: Medium Turquoise. HEX triplet: 51, CE and DC. RGB value is (81,206,220). Sum of RGB (Red+Green+Blue) = 81+206+220=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #51CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CEDC is #AE3123. Grayscale: #AAAAAA. Windows color (decimal): -11415844 or 14470737. OLE color: 14470737.
HSL color Cylindrical-coordinate representation of color #51CEDC: hue angle of 186.04º degrees, saturation: 0.67, 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 #51CEDC is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 206 | 220 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.14 |
| HSL | 186.04º | 0.67% | 0.59% | - |
| HSV(B) | 186.04º | 0.63% | 0.86% | - |
| XYZ | 38.38 | 51.06 | 75.54 | - |
| YUV | 170.22 | 156.09 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 206 | 220 | 0.63 | 0.06 | 0 | 0.14 | 186.04 | 0.67 | 0.59 |
| Hex | 51 | CE | DC | 3F | 6 | 0 | E | BA | 43 | 3B |
| Octal | 121 | 316 | 334 | 77 | 6 | 0 | 16 | 272 | 103 | 73 |
| Binary | 1010001 | 11001110 | 11011100 | 111111 | 110 | 0 | 1110 | 10111010 | 1000011 | 111011 |
Color Harmonies of #51CEDC
Complementary color
Monochromatic Colors of #51CEDC
Black with #51CEDC
Text Example
Text Example
White with #51CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CEDC; }
p { color: rgb(81,206,220); }
H1.HeaderClassName
{
color: #51CEDC;
}
.AnyTagClassName
{
color: #51CEDC;
}
</style>
background-color css
<style>
a { background-color: #51CEDC; }
a { background-color: rgb(81,206,220); }
div.DivClassName
{
background-color: #51CEDC;
}
.BgClassName
{
background-color: #51CEDC;
}
</style>
border-color css
<style>
span { border-color: #51CEDC; }
span { border-color: rgb(81,206,220); }
td.TdClassName
{
border-color: #51CEDC;
}
.TagClassName
{
border-color: #51CEDC;
}
</style>