Shades of Medium Turquoise #51CECE
Tints of Medium Turquoise #51CECE
RGB
CMYK
RGB Variations
Color information
#51CECE (or 0x51CECE) is known color: Medium Turquoise. HEX triplet: 51, CE and CE. RGB value is (81,206,206). Sum of RGB (Red+Green+Blue) = 81+206+206=493 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.43% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #51CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CECE is #AE3131. Grayscale: #A8A8A8. Windows color (decimal): -11415858 or 13553233. OLE color: 13553233.
HSL color Cylindrical-coordinate representation of color #51CECE: hue angle of 180º 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 #51CECE is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 206 | 206 | - |
| CMYK | 0.61 | 0 | 0 | 0.19 |
| HSL | 180º | 0.56% | 0.56% | - |
| HSV(B) | 180º | 0.61% | 0.81% | - |
| XYZ | 36.61 | 50.35 | 66.18 | - |
| YUV | 168.63 | 149.09 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 206 | 206 | 0.61 | 0 | 0 | 0.19 | 180 | 0.56 | 0.56 |
| Hex | 51 | CE | CE | 3D | 0 | 0 | 13 | B4 | 38 | 38 |
| Octal | 121 | 316 | 316 | 75 | 0 | 0 | 23 | 264 | 70 | 70 |
| Binary | 1010001 | 11001110 | 11001110 | 111101 | 0 | 0 | 10011 | 10110100 | 111000 | 111000 |
Color Harmonies of #51CECE
Complementary color
Monochromatic Colors of #51CECE
Black with #51CECE
Text Example
Text Example
White with #51CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CECE; }
p { color: rgb(81,206,206); }
H1.HeaderClassName
{
color: #51CECE;
}
.AnyTagClassName
{
color: #51CECE;
}
</style>
background-color css
<style>
a { background-color: #51CECE; }
a { background-color: rgb(81,206,206); }
div.DivClassName
{
background-color: #51CECE;
}
.BgClassName
{
background-color: #51CECE;
}
</style>
border-color css
<style>
span { border-color: #51CECE; }
span { border-color: rgb(81,206,206); }
td.TdClassName
{
border-color: #51CECE;
}
.TagClassName
{
border-color: #51CECE;
}
</style>