Shades of Medium Turquoise #51CFCD
Tints of Medium Turquoise #51CFCD
RGB
CMYK
RGB Variations
Color information
#51CFCD (or 0x51CFCD) is known color: Medium Turquoise. HEX triplet: 51, CF and CD. RGB value is (81,207,205). Sum of RGB (Red+Green+Blue) = 81+207+205=493 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.43% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #51CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFCD is #AE3032. Grayscale: #A8A8A8. Windows color (decimal): -11415603 or 13487953. OLE color: 13487953.
HSL color Cylindrical-coordinate representation of color #51CFCD: hue angle of 179.05º degrees, saturation: 0.57, 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 #51CFCD is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 207 | 205 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.19 |
| HSL | 179.05º | 0.57% | 0.56% | - |
| HSV(B) | 179.05º | 0.61% | 0.81% | - |
| XYZ | 36.73 | 50.78 | 65.62 | - |
| YUV | 169.1 | 148.26 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 207 | 205 | 0.61 | 0 | 0.01 | 0.19 | 179.05 | 0.57 | 0.56 |
| Hex | 51 | CF | CD | 3D | 0 | 1 | 13 | B3 | 39 | 38 |
| Octal | 121 | 317 | 315 | 75 | 0 | 1 | 23 | 263 | 71 | 70 |
| Binary | 1010001 | 11001111 | 11001101 | 111101 | 0 | 1 | 10011 | 10110011 | 111001 | 111000 |
Color Harmonies of #51CFCD
Complementary color
Monochromatic Colors of #51CFCD
Black with #51CFCD
Text Example
Text Example
White with #51CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CFCD; }
p { color: rgb(81,207,205); }
H1.HeaderClassName
{
color: #51CFCD;
}
.AnyTagClassName
{
color: #51CFCD;
}
</style>
background-color css
<style>
a { background-color: #51CFCD; }
a { background-color: rgb(81,207,205); }
div.DivClassName
{
background-color: #51CFCD;
}
.BgClassName
{
background-color: #51CFCD;
}
</style>
border-color css
<style>
span { border-color: #51CFCD; }
span { border-color: rgb(81,207,205); }
td.TdClassName
{
border-color: #51CFCD;
}
.TagClassName
{
border-color: #51CFCD;
}
</style>