Shades of Medium Turquoise #50CCDC
Tints of Medium Turquoise #50CCDC
RGB
CMYK
RGB Variations
Color information
#50CCDC (or 0x50CCDC) is known color: Medium Turquoise. HEX triplet: 50, CC and DC. RGB value is (80,204,220). Sum of RGB (Red+Green+Blue) = 80+204+220=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #50CCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CCDC is #AF3323. Grayscale: #A8A8A8. Windows color (decimal): -11481892 or 14470224. OLE color: 14470224.
HSL color Cylindrical-coordinate representation of color #50CCDC: hue angle of 186.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50CCDC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 204 | 220 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.14 |
| HSL | 186.86º | 0.67% | 0.59% | - |
| HSV(B) | 186.86º | 0.64% | 0.86% | - |
| XYZ | 37.82 | 50.06 | 75.38 | - |
| YUV | 168.75 | 156.92 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 220 | 0.64 | 0.07 | 0 | 0.14 | 186.86 | 0.67 | 0.59 |
| Hex | 50 | CC | DC | 40 | 7 | 0 | E | BB | 43 | 3B |
| Octal | 120 | 314 | 334 | 100 | 7 | 0 | 16 | 273 | 103 | 73 |
| Binary | 1010000 | 11001100 | 11011100 | 1000000 | 111 | 0 | 1110 | 10111011 | 1000011 | 111011 |
Color Harmonies of #50CCDC
Complementary color
Monochromatic Colors of #50CCDC
Black with #50CCDC
Text Example
Text Example
White with #50CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CCDC; }
p { color: rgb(80,204,220); }
H1.HeaderClassName
{
color: #50CCDC;
}
.AnyTagClassName
{
color: #50CCDC;
}
</style>
background-color css
<style>
a { background-color: #50CCDC; }
a { background-color: rgb(80,204,220); }
div.DivClassName
{
background-color: #50CCDC;
}
.BgClassName
{
background-color: #50CCDC;
}
</style>
border-color css
<style>
span { border-color: #50CCDC; }
span { border-color: rgb(80,204,220); }
td.TdClassName
{
border-color: #50CCDC;
}
.TagClassName
{
border-color: #50CCDC;
}
</style>