Shades of Medium Turquoise #50CBC3
Tints of Medium Turquoise #50CBC3
RGB
CMYK
RGB Variations
Color information
#50CBC3 (or 0x50CBC3) is known color: Medium Turquoise. HEX triplet: 50, CB and C3. RGB value is (80,203,195). Sum of RGB (Red+Green+Blue) = 80+203+195=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #50CBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CBC3 is #AF343C. Grayscale: #A5A5A5. Windows color (decimal): -11482173 or 12831568. OLE color: 12831568.
HSL color Cylindrical-coordinate representation of color #50CBC3: hue angle of 176.1º 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 #50CBC3 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 195 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.20 |
| HSL | 176.1º | 0.54% | 0.55% | - |
| HSV(B) | 176.1º | 0.61% | 0.8% | - |
| XYZ | 34.51 | 48.36 | 59.14 | - |
| YUV | 165.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 195 | 0.61 | 0 | 0.04 | 0.20 | 176.1 | 0.54 | 0.55 |
| Hex | 50 | CB | C3 | 3D | 0 | 4 | 14 | B0 | 36 | 37 |
| Octal | 120 | 313 | 303 | 75 | 0 | 4 | 24 | 260 | 66 | 67 |
| Binary | 1010000 | 11001011 | 11000011 | 111101 | 0 | 100 | 10100 | 10110000 | 110110 | 110111 |
Color Harmonies of #50CBC3
Complementary color
Monochromatic Colors of #50CBC3
Black with #50CBC3
Text Example
Text Example
White with #50CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CBC3; }
p { color: rgb(80,203,195); }
H1.HeaderClassName
{
color: #50CBC3;
}
.AnyTagClassName
{
color: #50CBC3;
}
</style>
background-color css
<style>
a { background-color: #50CBC3; }
a { background-color: rgb(80,203,195); }
div.DivClassName
{
background-color: #50CBC3;
}
.BgClassName
{
background-color: #50CBC3;
}
</style>
border-color css
<style>
span { border-color: #50CBC3; }
span { border-color: rgb(80,203,195); }
td.TdClassName
{
border-color: #50CBC3;
}
.TagClassName
{
border-color: #50CBC3;
}
</style>