#50EFCB

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

Shades of Turquoise #50EFCB

Tints of Turquoise #50EFCB

Color information

#50EFCB (or 0x50EFCB) is unknown color: approx Turquoise. HEX triplet: 50, EF and CB. RGB value is (80,239,203). Sum of RGB (Red+Green+Blue) = 80+239+203=522 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.33% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #50EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EFCB is #AF1034. Grayscale: #BBBBBB. Windows color (decimal): -11472949 or 13365072. OLE color: 13365072.

HSL color Cylindrical-coordinate representation of color #50EFCB: hue angle of 166.42º 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 #50EFCB is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB80239203-
CMYK0.6700.150.06
HSL166.42º83.25%62.55%-
HSV(B)166.42º66.53%93.73%-
XYZ44.9567.7567.21-
YUV187.35136.8251.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.33%
GREEN value IS 239 (93.75% from 255) = 45.79%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=15.33%
G=45.79%
B=38.89%

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
Decimal802392030.6700.150.06166.4283.2562.55
Hex50EFCB430F6a6533f
Octal120357313103017624612377
Binary10100001110111111001011100001101111110101001101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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