Shades of Medium Turquoise #51C4CE
Tints of Medium Turquoise #51C4CE
RGB
CMYK
RGB Variations
Color information
#51C4CE (or 0x51C4CE) is known color: Medium Turquoise. HEX triplet: 51, C4 and CE. RGB value is (81,196,206). Sum of RGB (Red+Green+Blue) = 81+196+206=483 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.77% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #51C4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C4CE is #AE3B31. Grayscale: #A2A2A2. Windows color (decimal): -11418418 or 13550673. OLE color: 13550673.
HSL color Cylindrical-coordinate representation of color #51C4CE: hue angle of 184.8º 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 #51C4CE is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 196 | 206 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.19 |
| HSL | 184.8º | 0.56% | 0.56% | - |
| HSV(B) | 184.8º | 0.61% | 0.81% | - |
| XYZ | 34.27 | 45.69 | 65.4 | - |
| YUV | 162.76 | 152.4 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 196 | 206 | 0.61 | 0.05 | 0 | 0.19 | 184.8 | 0.56 | 0.56 |
| Hex | 51 | C4 | CE | 3D | 5 | 0 | 13 | B9 | 38 | 38 |
| Octal | 121 | 304 | 316 | 75 | 5 | 0 | 23 | 271 | 70 | 70 |
| Binary | 1010001 | 11000100 | 11001110 | 111101 | 101 | 0 | 10011 | 10111001 | 111000 | 111000 |
Color Harmonies of #51C4CE
Complementary color
Monochromatic Colors of #51C4CE
Black with #51C4CE
Text Example
Text Example
White with #51C4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C4CE; }
p { color: rgb(81,196,206); }
H1.HeaderClassName
{
color: #51C4CE;
}
.AnyTagClassName
{
color: #51C4CE;
}
</style>
background-color css
<style>
a { background-color: #51C4CE; }
a { background-color: rgb(81,196,206); }
div.DivClassName
{
background-color: #51C4CE;
}
.BgClassName
{
background-color: #51C4CE;
}
</style>
border-color css
<style>
span { border-color: #51C4CE; }
span { border-color: rgb(81,196,206); }
td.TdClassName
{
border-color: #51C4CE;
}
.TagClassName
{
border-color: #51C4CE;
}
</style>