Html Css Color HEX #50FCC3 Turquoise

📋 copy color: '#50FCC3'

red 80 ◦ green 252 ◦ blue 195

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

Shades of Turquoise #50FCC3

Tints of Turquoise #50FCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37%

R = 15.18%
G = 47.82%
B = 37%

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

#50FCC3 (or 0x50FCC3) is known color: Turquoise. HEX triplet: 50, FC and C3. RGB value is (80,252,195). Sum of RGB (Red+Green+Blue) = 80+252+195=527 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.18% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCC3 is #AF033C. Grayscale: #C2C2C2. Windows color (decimal): -11469629 or 12844112. OLE color: 12844112.

HSL color Cylindrical-coordinate representation of color #50FCC3: hue angle of 160.12º 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 #50FCC3 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 252 195 -
CMYK 0.68 0 0.23 0.01
HSL 160.12º 0.97% 0.65% -
HSV(B) 160.12º 0.68% 0.99% -
XYZ 47.97 75.27 63.63 -
YUV 194.07 128.52 46.63 -
System Red Green Blue C M Y K H S L
Decimal 80 252 195 0.68 0 0.23 0.01 160.12 0.97 0.65
Hex 50 FC C3 44 0 17 1 A0 61 41
Octal 120 374 303 104 0 27 1 240 141 101
Binary 1010000 11111100 11000011 1000100 0 10111 1 10100000 1100001 1000001

Color Harmonies of #50FCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCC3

Black with #50FCC3

Text Example


Text Example

White with #50FCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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