#50EFCA

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

Shades of Turquoise #50EFCA

Tints of Turquoise #50EFCA

Color information

#50EFCA (or 0x50EFCA) is unknown color: approx Turquoise. HEX triplet: 50, EF and CA. RGB value is (80,239,202). Sum of RGB (Red+Green+Blue) = 80+239+202=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #50EFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EFCA is #AF1035. Grayscale: #BBBBBB. Windows color (decimal): -11472950 or 13299536. OLE color: 13299536.

HSL color Cylindrical-coordinate representation of color #50EFCA: hue angle of 166.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EFCA is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB80239202-
CMYK0.6700.150.06
HSL166.04º83.25%62.55%-
HSV(B)166.04º66.53%93.73%-
XYZ44.8467.766.58-
YUV187.24136.3251.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.36%
GREEN value IS 239 (93.75% from 255) = 45.87%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=15.36%
G=45.87%
B=38.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal802392020.6700.150.06166.0483.2562.55
Hex50EFCA430F6a6533f
Octal120357312103017624612377
Binary10100001110111111001010100001101111110101001101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,239,202); }

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

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

 a { background-color: rgb(80,239,202); }

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

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

 span { border-color: rgb(80,239,202); }

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