Shades of Medium Turquoise #50CACE
Tints of Medium Turquoise #50CACE
RGB
CMYK
RGB Variations
Color information
#50CACE (or 0x50CACE) is known color: Medium Turquoise. HEX triplet: 50, CA and CE. RGB value is (80,202,206). Sum of RGB (Red+Green+Blue) = 80+202+206=488 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.39% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #50CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CACE is #AF3531. Grayscale: #A5A5A5. Windows color (decimal): -11482418 or 13552208. OLE color: 13552208.
HSL color Cylindrical-coordinate representation of color #50CACE: hue angle of 181.9º degrees, saturation: 0.56, 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 #50CACE is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 202 | 206 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.19 |
| HSL | 181.9º | 0.56% | 0.56% | - |
| HSV(B) | 181.9º | 0.61% | 0.81% | - |
| XYZ | 35.57 | 48.4 | 65.86 | - |
| YUV | 165.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 206 | 0.61 | 0.02 | 0 | 0.19 | 181.9 | 0.56 | 0.56 |
| Hex | 50 | CA | CE | 3D | 2 | 0 | 13 | B6 | 38 | 38 |
| Octal | 120 | 312 | 316 | 75 | 2 | 0 | 23 | 266 | 70 | 70 |
| Binary | 1010000 | 11001010 | 11001110 | 111101 | 10 | 0 | 10011 | 10110110 | 111000 | 111000 |
Color Harmonies of #50CACE
Complementary color
Monochromatic Colors of #50CACE
Black with #50CACE
Text Example
Text Example
White with #50CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CACE; }
p { color: rgb(80,202,206); }
H1.HeaderClassName
{
color: #50CACE;
}
.AnyTagClassName
{
color: #50CACE;
}
</style>
background-color css
<style>
a { background-color: #50CACE; }
a { background-color: rgb(80,202,206); }
div.DivClassName
{
background-color: #50CACE;
}
.BgClassName
{
background-color: #50CACE;
}
</style>
border-color css
<style>
span { border-color: #50CACE; }
span { border-color: rgb(80,202,206); }
td.TdClassName
{
border-color: #50CACE;
}
.TagClassName
{
border-color: #50CACE;
}
</style>