Shades of Medium Turquoise #51CFCB
Tints of Medium Turquoise #51CFCB
RGB
CMYK
RGB Variations
Color information
#51CFCB (or 0x51CFCB) is known color: Medium Turquoise. HEX triplet: 51, CF and CB. RGB value is (81,207,203). Sum of RGB (Red+Green+Blue) = 81+207+203=491 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.50% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #51CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFCB is #AE3034. Grayscale: #A8A8A8. Windows color (decimal): -11415605 or 13356881. OLE color: 13356881.
HSL color Cylindrical-coordinate representation of color #51CFCB: hue angle of 178.1º 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 #51CFCB is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 207 | 203 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.19 |
| HSL | 178.1º | 0.57% | 0.56% | - |
| HSV(B) | 178.1º | 0.61% | 0.81% | - |
| XYZ | 36.49 | 50.69 | 64.36 | - |
| YUV | 168.87 | 147.26 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 207 | 203 | 0.61 | 0 | 0.02 | 0.19 | 178.1 | 0.57 | 0.56 |
| Hex | 51 | CF | CB | 3D | 0 | 2 | 13 | B2 | 39 | 38 |
| Octal | 121 | 317 | 313 | 75 | 0 | 2 | 23 | 262 | 71 | 70 |
| Binary | 1010001 | 11001111 | 11001011 | 111101 | 0 | 10 | 10011 | 10110010 | 111001 | 111000 |
Color Harmonies of #51CFCB
Complementary color
Monochromatic Colors of #51CFCB
Black with #51CFCB
Text Example
Text Example
White with #51CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CFCB; }
p { color: rgb(81,207,203); }
H1.HeaderClassName
{
color: #51CFCB;
}
.AnyTagClassName
{
color: #51CFCB;
}
</style>
background-color css
<style>
a { background-color: #51CFCB; }
a { background-color: rgb(81,207,203); }
div.DivClassName
{
background-color: #51CFCB;
}
.BgClassName
{
background-color: #51CFCB;
}
</style>
border-color css
<style>
span { border-color: #51CFCB; }
span { border-color: rgb(81,207,203); }
td.TdClassName
{
border-color: #51CFCB;
}
.TagClassName
{
border-color: #51CFCB;
}
</style>