Shades of Medium Turquoise #51CBBE
Tints of Medium Turquoise #51CBBE
RGB
CMYK
RGB Variations
Color information
#51CBBE (or 0x51CBBE) is known color: Medium Turquoise. HEX triplet: 51, CB and BE. RGB value is (81,203,190). Sum of RGB (Red+Green+Blue) = 81+203+190=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #51CBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CBBE is #AE3441. Grayscale: #A4A4A4. Windows color (decimal): -11416642 or 12503889. OLE color: 12503889.
HSL color Cylindrical-coordinate representation of color #51CBBE: hue angle of 173.61º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CBBE is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 203 | 190 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.20 |
| HSL | 173.61º | 0.54% | 0.56% | - |
| HSV(B) | 173.61º | 0.6% | 0.8% | - |
| XYZ | 34.04 | 48.18 | 56.22 | - |
| YUV | 165.04 | 142.08 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 190 | 0.60 | 0 | 0.06 | 0.20 | 173.61 | 0.54 | 0.56 |
| Hex | 51 | CB | BE | 3C | 0 | 6 | 14 | AE | 36 | 38 |
| Octal | 121 | 313 | 276 | 74 | 0 | 6 | 24 | 256 | 66 | 70 |
| Binary | 1010001 | 11001011 | 10111110 | 111100 | 0 | 110 | 10100 | 10101110 | 110110 | 111000 |
Color Harmonies of #51CBBE
Complementary color
Monochromatic Colors of #51CBBE
Black with #51CBBE
Text Example
Text Example
White with #51CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CBBE; }
p { color: rgb(81,203,190); }
H1.HeaderClassName
{
color: #51CBBE;
}
.AnyTagClassName
{
color: #51CBBE;
}
</style>
background-color css
<style>
a { background-color: #51CBBE; }
a { background-color: rgb(81,203,190); }
div.DivClassName
{
background-color: #51CBBE;
}
.BgClassName
{
background-color: #51CBBE;
}
</style>
border-color css
<style>
span { border-color: #51CBBE; }
span { border-color: rgb(81,203,190); }
td.TdClassName
{
border-color: #51CBBE;
}
.TagClassName
{
border-color: #51CBBE;
}
</style>