Shades of Medium Turquoise #50CFC8
Tints of Medium Turquoise #50CFC8
RGB
CMYK
RGB Variations
Color information
#50CFC8 (or 0x50CFC8) is known color: Medium Turquoise. HEX triplet: 50, CF and C8. RGB value is (80,207,200). Sum of RGB (Red+Green+Blue) = 80+207+200=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #50CFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CFC8 is #AF3037. Grayscale: #A8A8A8. Windows color (decimal): -11481144 or 13160272. OLE color: 13160272.
HSL color Cylindrical-coordinate representation of color #50CFC8: hue angle of 176.69º degrees, saturation: 0.57, 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 #50CFC8 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 200 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.19 |
| HSL | 176.69º | 0.57% | 0.56% | - |
| HSV(B) | 176.69º | 0.61% | 0.81% | - |
| XYZ | 36.05 | 50.5 | 62.49 | - |
| YUV | 168.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 200 | 0.61 | 0 | 0.03 | 0.19 | 176.69 | 0.57 | 0.56 |
| Hex | 50 | CF | C8 | 3D | 0 | 3 | 13 | B1 | 39 | 38 |
| Octal | 120 | 317 | 310 | 75 | 0 | 3 | 23 | 261 | 71 | 70 |
| Binary | 1010000 | 11001111 | 11001000 | 111101 | 0 | 11 | 10011 | 10110001 | 111001 | 111000 |
Color Harmonies of #50CFC8
Complementary color
Monochromatic Colors of #50CFC8
Black with #50CFC8
Text Example
Text Example
White with #50CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFC8; }
p { color: rgb(80,207,200); }
H1.HeaderClassName
{
color: #50CFC8;
}
.AnyTagClassName
{
color: #50CFC8;
}
</style>
background-color css
<style>
a { background-color: #50CFC8; }
a { background-color: rgb(80,207,200); }
div.DivClassName
{
background-color: #50CFC8;
}
.BgClassName
{
background-color: #50CFC8;
}
</style>
border-color css
<style>
span { border-color: #50CFC8; }
span { border-color: rgb(80,207,200); }
td.TdClassName
{
border-color: #50CFC8;
}
.TagClassName
{
border-color: #50CFC8;
}
</style>