Shades of Medium Turquoise #50CACF
Tints of Medium Turquoise #50CACF
RGB
CMYK
RGB Variations
Color information
#50CACF (or 0x50CACF) is known color: Medium Turquoise. HEX triplet: 50, CA and CF. RGB value is (80,202,207). Sum of RGB (Red+Green+Blue) = 80+202+207=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #50CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CACF is #AF3530. Grayscale: #A5A5A5. Windows color (decimal): -11482417 or 13617744. OLE color: 13617744.
HSL color Cylindrical-coordinate representation of color #50CACF: hue angle of 182.36º 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 #50CACF is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 202 | 207 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.19 |
| HSL | 182.36º | 0.57% | 0.56% | - |
| HSV(B) | 182.36º | 0.61% | 0.81% | - |
| XYZ | 35.69 | 48.45 | 66.5 | - |
| YUV | 166.09 | 151.08 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 207 | 0.61 | 0.02 | 0 | 0.19 | 182.36 | 0.57 | 0.56 |
| Hex | 50 | CA | CF | 3D | 2 | 0 | 13 | B6 | 39 | 38 |
| Octal | 120 | 312 | 317 | 75 | 2 | 0 | 23 | 266 | 71 | 70 |
| Binary | 1010000 | 11001010 | 11001111 | 111101 | 10 | 0 | 10011 | 10110110 | 111001 | 111000 |
Color Harmonies of #50CACF
Complementary color
Monochromatic Colors of #50CACF
Black with #50CACF
Text Example
Text Example
White with #50CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CACF; }
p { color: rgb(80,202,207); }
H1.HeaderClassName
{
color: #50CACF;
}
.AnyTagClassName
{
color: #50CACF;
}
</style>
background-color css
<style>
a { background-color: #50CACF; }
a { background-color: rgb(80,202,207); }
div.DivClassName
{
background-color: #50CACF;
}
.BgClassName
{
background-color: #50CACF;
}
</style>
border-color css
<style>
span { border-color: #50CACF; }
span { border-color: rgb(80,202,207); }
td.TdClassName
{
border-color: #50CACF;
}
.TagClassName
{
border-color: #50CACF;
}
</style>