Html Css Color HEX #50FDBA Turquoise

📋 copy color: '#50FDBA'

red 80 ◦ green 253 ◦ blue 186

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

Shades of Turquoise #50FDBA

Tints of Turquoise #50FDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 15.41%
G = 48.75%
B = 35.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#50FDBA (or 0x50FDBA) is known color: Turquoise. HEX triplet: 50, FD and BA. RGB value is (80,253,186). Sum of RGB (Red+Green+Blue) = 80+253+186=519 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.41% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FDBA is #AF0245. Grayscale: #C1C1C1. Windows color (decimal): -11469382 or 12254544. OLE color: 12254544.

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

Color convert

RGB 80 253 186 -
CMYK 0.68 0 0.26 0.01
HSL 156.76º 0.98% 0.65% -
HSV(B) 156.76º 0.68% 0.99% -
XYZ 47.3 75.5 58.53 -
YUV 193.64 123.69 46.95 -
System Red Green Blue C M Y K H S L
Decimal 80 253 186 0.68 0 0.26 0.01 156.76 0.98 0.65
Hex 50 FD BA 44 0 1A 1 9D 62 41
Octal 120 375 272 104 0 32 1 235 142 101
Binary 1010000 11111101 10111010 1000100 0 11010 1 10011101 1100010 1000001

Color Harmonies of #50FDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDBA

Black with #50FDBA

Text Example


Text Example

White with #50FDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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