Shades of Medium Turquoise #50CCCF
Tints of Medium Turquoise #50CCCF
RGB
CMYK
RGB Variations
Color information
#50CCCF (or 0x50CCCF) is known color: Medium Turquoise. HEX triplet: 50, CC and CF. RGB value is (80,204,207). Sum of RGB (Red+Green+Blue) = 80+204+207=491 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.29% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #50CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CCCF is #AF3330. Grayscale: #A7A7A7. Windows color (decimal): -11481905 or 13618256. OLE color: 13618256.
HSL color Cylindrical-coordinate representation of color #50CCCF: hue angle of 181.42º 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 #50CCCF is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 204 | 207 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.19 |
| HSL | 181.42º | 0.57% | 0.56% | - |
| HSV(B) | 181.42º | 0.61% | 0.81% | - |
| XYZ | 36.16 | 49.4 | 66.66 | - |
| YUV | 167.27 | 150.42 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 207 | 0.61 | 0.01 | 0 | 0.19 | 181.42 | 0.57 | 0.56 |
| Hex | 50 | CC | CF | 3D | 1 | 0 | 13 | B5 | 39 | 38 |
| Octal | 120 | 314 | 317 | 75 | 1 | 0 | 23 | 265 | 71 | 70 |
| Binary | 1010000 | 11001100 | 11001111 | 111101 | 1 | 0 | 10011 | 10110101 | 111001 | 111000 |
Color Harmonies of #50CCCF
Complementary color
Monochromatic Colors of #50CCCF
Black with #50CCCF
Text Example
Text Example
White with #50CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CCCF; }
p { color: rgb(80,204,207); }
H1.HeaderClassName
{
color: #50CCCF;
}
.AnyTagClassName
{
color: #50CCCF;
}
</style>
background-color css
<style>
a { background-color: #50CCCF; }
a { background-color: rgb(80,204,207); }
div.DivClassName
{
background-color: #50CCCF;
}
.BgClassName
{
background-color: #50CCCF;
}
</style>
border-color css
<style>
span { border-color: #50CCCF; }
span { border-color: rgb(80,204,207); }
td.TdClassName
{
border-color: #50CCCF;
}
.TagClassName
{
border-color: #50CCCF;
}
</style>