Shades of Medium Turquoise #51CEC2
Tints of Medium Turquoise #51CEC2
RGB
CMYK
RGB Variations
Color information
#51CEC2 (or 0x51CEC2) is known color: Medium Turquoise. HEX triplet: 51, CE and C2. RGB value is (81,206,194). Sum of RGB (Red+Green+Blue) = 81+206+194=481 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.84% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #51CEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CEC2 is #AE313D. Grayscale: #A7A7A7. Windows color (decimal): -11415870 or 12766801. OLE color: 12766801.
HSL color Cylindrical-coordinate representation of color #51CEC2: hue angle of 174.24º 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 #51CEC2 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 206 | 194 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.19 |
| HSL | 174.24º | 0.56% | 0.56% | - |
| HSV(B) | 174.24º | 0.61% | 0.81% | - |
| XYZ | 35.2 | 49.79 | 58.79 | - |
| YUV | 167.26 | 143.09 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 206 | 194 | 0.61 | 0 | 0.06 | 0.19 | 174.24 | 0.56 | 0.56 |
| Hex | 51 | CE | C2 | 3D | 0 | 6 | 13 | AE | 38 | 38 |
| Octal | 121 | 316 | 302 | 75 | 0 | 6 | 23 | 256 | 70 | 70 |
| Binary | 1010001 | 11001110 | 11000010 | 111101 | 0 | 110 | 10011 | 10101110 | 111000 | 111000 |
Color Harmonies of #51CEC2
Complementary color
Monochromatic Colors of #51CEC2
Black with #51CEC2
Text Example
Text Example
White with #51CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CEC2; }
p { color: rgb(81,206,194); }
H1.HeaderClassName
{
color: #51CEC2;
}
.AnyTagClassName
{
color: #51CEC2;
}
</style>
background-color css
<style>
a { background-color: #51CEC2; }
a { background-color: rgb(81,206,194); }
div.DivClassName
{
background-color: #51CEC2;
}
.BgClassName
{
background-color: #51CEC2;
}
</style>
border-color css
<style>
span { border-color: #51CEC2; }
span { border-color: rgb(81,206,194); }
td.TdClassName
{
border-color: #51CEC2;
}
.TagClassName
{
border-color: #51CEC2;
}
</style>