Html Css Color HEX #50FAB7 Turquoise

📋 copy color: '#50FAB7'

red 80 ◦ green 250 ◦ blue 183

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

Shades of Turquoise #50FAB7

Tints of Turquoise #50FAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.67%

R = 15.59%
G = 48.73%
B = 35.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#50FAB7 (or 0x50FAB7) is known color: Turquoise. HEX triplet: 50, FA and B7. RGB value is (80,250,183). Sum of RGB (Red+Green+Blue) = 80+250+183=513 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.59% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #50FAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FAB7 is #AF0548. Grayscale: #BFBFBF. Windows color (decimal): -11470153 or 12057168. OLE color: 12057168.

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

Color convert

RGB 80 250 183 -
CMYK 0.68 0 0.27 0.02
HSL 156.35º 0.94% 0.65% -
HSV(B) 156.35º 0.68% 0.98% -
XYZ 46.04 73.5 56.56 -
YUV 191.53 123.18 48.45 -
System Red Green Blue C M Y K H S L
Decimal 80 250 183 0.68 0 0.27 0.02 156.35 0.94 0.65
Hex 50 FA B7 44 0 1B 2 9C 5E 41
Octal 120 372 267 104 0 33 2 234 136 101
Binary 1010000 11111010 10110111 1000100 0 11011 10 10011100 1011110 1000001

Color Harmonies of #50FAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FAB7

Black with #50FAB7

Text Example


Text Example

White with #50FAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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