Shades of Medium Turquoise #51CECC
Tints of Medium Turquoise #51CECC
RGB
CMYK
RGB Variations
Color information
#51CECC (or 0x51CECC) is known color: Medium Turquoise. HEX triplet: 51, CE and CC. RGB value is (81,206,204). Sum of RGB (Red+Green+Blue) = 81+206+204=491 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.50% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #51CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CECC is #AE3133. Grayscale: #A8A8A8. Windows color (decimal): -11415860 or 13422161. OLE color: 13422161.
HSL color Cylindrical-coordinate representation of color #51CECC: hue angle of 179.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CECC is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 206 | 204 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.19 |
| HSL | 179.04º | 0.56% | 0.56% | - |
| HSV(B) | 179.04º | 0.61% | 0.81% | - |
| XYZ | 36.36 | 50.25 | 64.91 | - |
| YUV | 168.4 | 148.09 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 206 | 204 | 0.61 | 0 | 0.01 | 0.19 | 179.04 | 0.56 | 0.56 |
| Hex | 51 | CE | CC | 3D | 0 | 1 | 13 | B3 | 38 | 38 |
| Octal | 121 | 316 | 314 | 75 | 0 | 1 | 23 | 263 | 70 | 70 |
| Binary | 1010001 | 11001110 | 11001100 | 111101 | 0 | 1 | 10011 | 10110011 | 111000 | 111000 |
Color Harmonies of #51CECC
Complementary color
Monochromatic Colors of #51CECC
Black with #51CECC
Text Example
Text Example
White with #51CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CECC; }
p { color: rgb(81,206,204); }
H1.HeaderClassName
{
color: #51CECC;
}
.AnyTagClassName
{
color: #51CECC;
}
</style>
background-color css
<style>
a { background-color: #51CECC; }
a { background-color: rgb(81,206,204); }
div.DivClassName
{
background-color: #51CECC;
}
.BgClassName
{
background-color: #51CECC;
}
</style>
border-color css
<style>
span { border-color: #51CECC; }
span { border-color: rgb(81,206,204); }
td.TdClassName
{
border-color: #51CECC;
}
.TagClassName
{
border-color: #51CECC;
}
</style>