Shades of Medium Turquoise #51CEC9
Tints of Medium Turquoise #51CEC9
RGB
CMYK
RGB Variations
Color information
#51CEC9 (or 0x51CEC9) is known color: Medium Turquoise. HEX triplet: 51, CE and C9. RGB value is (81,206,201). Sum of RGB (Red+Green+Blue) = 81+206+201=488 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.60% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #51CEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CEC9 is #AE3136. Grayscale: #A7A7A7. Windows color (decimal): -11415863 or 13225553. OLE color: 13225553.
HSL color Cylindrical-coordinate representation of color #51CEC9: hue angle of 177.6º 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 #51CEC9 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 206 | 201 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.19 |
| HSL | 177.6º | 0.56% | 0.56% | - |
| HSV(B) | 177.6º | 0.61% | 0.81% | - |
| XYZ | 36.01 | 50.11 | 63.03 | - |
| YUV | 168.06 | 146.59 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 206 | 201 | 0.61 | 0 | 0.02 | 0.19 | 177.6 | 0.56 | 0.56 |
| Hex | 51 | CE | C9 | 3D | 0 | 2 | 13 | B2 | 38 | 38 |
| Octal | 121 | 316 | 311 | 75 | 0 | 2 | 23 | 262 | 70 | 70 |
| Binary | 1010001 | 11001110 | 11001001 | 111101 | 0 | 10 | 10011 | 10110010 | 111000 | 111000 |
Color Harmonies of #51CEC9
Complementary color
Monochromatic Colors of #51CEC9
Black with #51CEC9
Text Example
Text Example
White with #51CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CEC9; }
p { color: rgb(81,206,201); }
H1.HeaderClassName
{
color: #51CEC9;
}
.AnyTagClassName
{
color: #51CEC9;
}
</style>
background-color css
<style>
a { background-color: #51CEC9; }
a { background-color: rgb(81,206,201); }
div.DivClassName
{
background-color: #51CEC9;
}
.BgClassName
{
background-color: #51CEC9;
}
</style>
border-color css
<style>
span { border-color: #51CEC9; }
span { border-color: rgb(81,206,201); }
td.TdClassName
{
border-color: #51CEC9;
}
.TagClassName
{
border-color: #51CEC9;
}
</style>