#50EFCC

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

Shades of Turquoise #50EFCC

Tints of Turquoise #50EFCC

Color information

#50EFCC (or 0x50EFCC) is unknown color: approx Turquoise. HEX triplet: 50, EF and CC. RGB value is (80,239,204). Sum of RGB (Red+Green+Blue) = 80+239+204=523 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.30% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #50EFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EFCC is #AF1033. Grayscale: #BBBBBB. Windows color (decimal): -11472948 or 13430608. OLE color: 13430608.

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

Color convert

RGB80239204-
CMYK0.6700.150.06
HSL166.79º83.25%62.55%-
HSV(B)166.79º66.53%93.73%-
XYZ45.0767.867.84-
YUV187.47137.3251.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.30%
GREEN value IS 239 (93.75% from 255) = 45.70%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=15.30%
G=45.70%
B=39.01%

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
Decimal802392040.6700.150.06166.7983.2562.55
Hex50EFCC430F6a7533f
Octal120357314103017624712377
Binary10100001110111111001100100001101111110101001111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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