Shades of Medium Turquoise #50CBCF
Tints of Medium Turquoise #50CBCF
RGB
CMYK
RGB Variations
Color information
#50CBCF (or 0x50CBCF) is known color: Medium Turquoise. HEX triplet: 50, CB and CF. RGB value is (80,203,207). Sum of RGB (Red+Green+Blue) = 80+203+207=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #50CBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CBCF is #AF3430. Grayscale: #A6A6A6. Windows color (decimal): -11482161 or 13618000. OLE color: 13618000.
HSL color Cylindrical-coordinate representation of color #50CBCF: hue angle of 181.89º 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 #50CBCF is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 203 | 207 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.19 |
| HSL | 181.89º | 0.57% | 0.56% | - |
| HSV(B) | 181.89º | 0.61% | 0.81% | - |
| XYZ | 35.93 | 48.92 | 66.58 | - |
| YUV | 166.68 | 150.75 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 207 | 0.61 | 0.02 | 0 | 0.19 | 181.89 | 0.57 | 0.56 |
| Hex | 50 | CB | CF | 3D | 2 | 0 | 13 | B6 | 39 | 38 |
| Octal | 120 | 313 | 317 | 75 | 2 | 0 | 23 | 266 | 71 | 70 |
| Binary | 1010000 | 11001011 | 11001111 | 111101 | 10 | 0 | 10011 | 10110110 | 111001 | 111000 |
Color Harmonies of #50CBCF
Complementary color
Monochromatic Colors of #50CBCF
Black with #50CBCF
Text Example
Text Example
White with #50CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CBCF; }
p { color: rgb(80,203,207); }
H1.HeaderClassName
{
color: #50CBCF;
}
.AnyTagClassName
{
color: #50CBCF;
}
</style>
background-color css
<style>
a { background-color: #50CBCF; }
a { background-color: rgb(80,203,207); }
div.DivClassName
{
background-color: #50CBCF;
}
.BgClassName
{
background-color: #50CBCF;
}
</style>
border-color css
<style>
span { border-color: #50CBCF; }
span { border-color: rgb(80,203,207); }
td.TdClassName
{
border-color: #50CBCF;
}
.TagClassName
{
border-color: #50CBCF;
}
</style>