Html Css Color HEX #50FDC4 Turquoise

📋 copy color: '#50FDC4'

red 80 ◦ green 253 ◦ blue 196

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

Shades of Turquoise #50FDC4

Tints of Turquoise #50FDC4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.83%

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 15.12%
G = 47.83%
B = 37.05%

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

#50FDC4 (or 0x50FDC4) is known color: Turquoise. HEX triplet: 50, FD and C4. RGB value is (80,253,196). Sum of RGB (Red+Green+Blue) = 80+253+196=529 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.12% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FDC4 is #AF023B. Grayscale: #C2C2C2. Windows color (decimal): -11469372 or 12909904. OLE color: 12909904.

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

Color convert

RGB 80 253 196 -
CMYK 0.68 0 0.23 0.01
HSL 160.23º 0.98% 0.65% -
HSV(B) 160.23º 0.68% 0.99% -
XYZ 48.4 75.94 64.33 -
YUV 194.78 128.69 46.13 -
System Red Green Blue C M Y K H S L
Decimal 80 253 196 0.68 0 0.23 0.01 160.23 0.98 0.65
Hex 50 FD C4 44 0 17 1 A0 62 41
Octal 120 375 304 104 0 27 1 240 142 101
Binary 1010000 11111101 11000100 1000100 0 10111 1 10100000 1100010 1000001

Color Harmonies of #50FDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDC4

Black with #50FDC4

Text Example


Text Example

White with #50FDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,253,196); }

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

background-color css

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

 a { background-color: rgb(80,253,196); }

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

border-color css

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

 span { border-color: rgb(80,253,196); }

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