Shades of Medium Turquoise #50CBBC
Tints of Medium Turquoise #50CBBC
RGB
CMYK
RGB Variations
Color information
#50CBBC (or 0x50CBBC) is known color: Medium Turquoise. HEX triplet: 50, CB and BC. RGB value is (80,203,188). Sum of RGB (Red+Green+Blue) = 80+203+188=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #50CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CBBC is #AF3443. Grayscale: #A4A4A4. Windows color (decimal): -11482180 or 12372816. OLE color: 12372816.
HSL color Cylindrical-coordinate representation of color #50CBBC: hue angle of 172.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CBBC is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 188 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.20 |
| HSL | 172.68º | 0.54% | 0.55% | - |
| HSV(B) | 172.68º | 0.61% | 0.8% | - |
| XYZ | 33.74 | 48.05 | 55.07 | - |
| YUV | 164.51 | 141.25 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 188 | 0.61 | 0 | 0.07 | 0.20 | 172.68 | 0.54 | 0.55 |
| Hex | 50 | CB | BC | 3D | 0 | 7 | 14 | AD | 36 | 37 |
| Octal | 120 | 313 | 274 | 75 | 0 | 7 | 24 | 255 | 66 | 67 |
| Binary | 1010000 | 11001011 | 10111100 | 111101 | 0 | 111 | 10100 | 10101101 | 110110 | 110111 |
Color Harmonies of #50CBBC
Complementary color
Monochromatic Colors of #50CBBC
Black with #50CBBC
Text Example
Text Example
White with #50CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CBBC; }
p { color: rgb(80,203,188); }
H1.HeaderClassName
{
color: #50CBBC;
}
.AnyTagClassName
{
color: #50CBBC;
}
</style>
background-color css
<style>
a { background-color: #50CBBC; }
a { background-color: rgb(80,203,188); }
div.DivClassName
{
background-color: #50CBBC;
}
.BgClassName
{
background-color: #50CBBC;
}
</style>
border-color css
<style>
span { border-color: #50CBBC; }
span { border-color: rgb(80,203,188); }
td.TdClassName
{
border-color: #50CBBC;
}
.TagClassName
{
border-color: #50CBBC;
}
</style>