Html Css Color HEX #50FAB2 Turquoise

📋 copy color: '#50FAB2'

red 80 ◦ green 250 ◦ blue 178

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

Shades of Turquoise #50FAB2

Tints of Turquoise #50FAB2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.21%

 BLUE value IS 178 (69.92% from 255) = 35.04%

R = 15.75%
G = 49.21%
B = 35.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#50FAB2 (or 0x50FAB2) is known color: Turquoise. HEX triplet: 50, FA and B2. RGB value is (80,250,178). Sum of RGB (Red+Green+Blue) = 80+250+178=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #50FAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FAB2 is #AF054D. Grayscale: #BFBFBF. Windows color (decimal): -11470158 or 11729488. OLE color: 11729488.

HSL color Cylindrical-coordinate representation of color #50FAB2: hue angle of 154.59º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FAB2 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 250 178 -
CMYK 0.68 0 0.29 0.02
HSL 154.59º 0.94% 0.65% -
HSV(B) 154.59º 0.68% 0.98% -
XYZ 45.53 73.29 53.87 -
YUV 190.96 120.68 48.85 -
System Red Green Blue C M Y K H S L
Decimal 80 250 178 0.68 0 0.29 0.02 154.59 0.94 0.65
Hex 50 FA B2 44 0 1D 2 9B 5E 41
Octal 120 372 262 104 0 35 2 233 136 101
Binary 1010000 11111010 10110010 1000100 0 11101 10 10011011 1011110 1000001

Color Harmonies of #50FAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FAB2

Black with #50FAB2

Text Example


Text Example

White with #50FAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,250,178); }

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

background-color css

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

 a { background-color: rgb(80,250,178); }

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

border-color css

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

 span { border-color: rgb(80,250,178); }

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