Html Css Color HEX #50FCC2 Turquoise

📋 copy color: '#50FCC2'

red 80 ◦ green 252 ◦ blue 194

#50FCC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #50FCC2

Tints of Turquoise #50FCC2

RGB

 RED value IS 80 (31.64% from 255) = 15.21%

 GREEN value IS 252 (98.83% from 255) = 47.91%

 BLUE value IS 194 (76.17% from 255) = 36.88%

R = 15.21%
G = 47.91%
B = 36.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#50FCC2 (or 0x50FCC2) is known color: Turquoise. HEX triplet: 50, FC and C2. RGB value is (80,252,194). Sum of RGB (Red+Green+Blue) = 80+252+194=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCC2 is #AF033D. Grayscale: #C2C2C2. Windows color (decimal): -11469630 or 12778576. OLE color: 12778576.

HSL color Cylindrical-coordinate representation of color #50FCC2: hue angle of 159.77º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FCC2 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 252 194 -
CMYK 0.68 0 0.23 0.01
HSL 159.77º 0.97% 0.65% -
HSV(B) 159.77º 0.68% 0.99% -
XYZ 47.86 75.22 63.04 -
YUV 193.96 128.02 46.72 -
System Red Green Blue C M Y K H S L
Decimal 80 252 194 0.68 0 0.23 0.01 159.77 0.97 0.65
Hex 50 FC C2 44 0 17 1 A0 61 41
Octal 120 374 302 104 0 27 1 240 141 101
Binary 1010000 11111100 11000010 1000100 0 10111 1 10100000 1100001 1000001

Color Harmonies of #50FCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCC2

Black with #50FCC2

Text Example


Text Example

White with #50FCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,252,194); }

 H1.HeaderClassName
 {
   color: #50FCC2;
 }
 .AnyTagClassName
 {
   color: #50FCC2;
 }
</style>

background-color css

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

 a { background-color: rgb(80,252,194); }

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

border-color css

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

 span { border-color: rgb(80,252,194); }

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