#50CFC4

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

Shades of Medium Turquoise #50CFC4

Tints of Medium Turquoise #50CFC4

Color information

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

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

Color convert

RGB80207196-
CMYK0.6100.050.19
HSL174.8º56.95%56.27%-
HSV(B)174.8º61.35%81.18%-
XYZ35.5850.3260.06-
YUV167.77143.9265.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal802071960.6100.050.19174.856.9556.27
Hex50CFC43D0513af3938
Octal1203173047505232577170
Binary1010000110011111100010011110101011001110101111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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