#50C4CF

Color #50C4CF Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #50C4CF

Tints of Medium Turquoise #50C4CF

Color information

#50C4CF (or 0x50C4CF) is unknown color: approx Medium Turquoise. HEX triplet: 50, C4 and CF. RGB value is (80,196,207). Sum of RGB (Red+Green+Blue) = 80+196+207=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #50C4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C4CF is #AF3B30. Grayscale: #A2A2A2. Windows color (decimal): -11483953 or 13616208. OLE color: 13616208.

HSL color Cylindrical-coordinate representation of color #50C4CF: hue angle of 185.2º 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 #50C4CF is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB80196207-
CMYK0.610.0500.19
HSL185.2º56.95%56.27%-
HSV(B)185.2º61.35%81.18%-
XYZ34.3145.6966.04-
YUV162.57153.0769.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 16.56%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=16.56%
G=40.58%
B=42.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal801962070.610.0500.19185.256.9556.27
Hex50C4CF3D5013b93938
Octal1203043177550232717170
Binary1010000110001001100111111110110101001110111001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50C4CF; }

 p { color: rgb(80,196,207); }

 H1.HeaderClassName
 {
   color: #50C4CF;
 }
 .AnyTagClassName
 {
   color: #50C4CF;
 }
</style>
background-color css

<style>
 a { background-color: #50C4CF; }

 a { background-color: rgb(80,196,207); }

 div.DivClassName
 {
   background-color: #50C4CF;
 }
 .BgClassName
 {
   background-color: #50C4CF;
 }
</style>
border-color css

<style>
 span { border-color: #50C4CF; }

 span { border-color: rgb(80,196,207); }

 td.TdClassName
 {
   border-color: #50C4CF;
 }
 .TagClassName
 {
   border-color: #50C4CF;
 }
</style>