Html Css Color HEX #50F5BB Turquoise

📋 copy color: '#50F5BB'

red 80 ◦ green 245 ◦ blue 187

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

Shades of Turquoise #50F5BB

Tints of Turquoise #50F5BB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.85%

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 15.63%
G = 47.85%
B = 36.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#50F5BB (or 0x50F5BB) is known color: Turquoise. HEX triplet: 50, F5 and BB. RGB value is (80,245,187). Sum of RGB (Red+Green+Blue) = 80+245+187=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #50F5BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F5BB is #AF0A44. Grayscale: #BDBDBD. Windows color (decimal): -11471429 or 12318032. OLE color: 12318032.

HSL color Cylindrical-coordinate representation of color #50F5BB: hue angle of 158.91º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F5BB is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 245 187 -
CMYK 0.67 0 0.24 0.04
HSL 158.91º 0.89% 0.64% -
HSV(B) 158.91º 0.67% 0.96% -
XYZ 44.93 70.6 58.27 -
YUV 189.05 126.84 50.22 -
System Red Green Blue C M Y K H S L
Decimal 80 245 187 0.67 0 0.24 0.04 158.91 0.89 0.64
Hex 50 F5 BB 43 0 18 4 9F 59 40
Octal 120 365 273 103 0 30 4 237 131 100
Binary 1010000 11110101 10111011 1000011 0 11000 100 10011111 1011001 1000000

Color Harmonies of #50F5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F5BB

Black with #50F5BB

Text Example


Text Example

White with #50F5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,245,187); }

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

background-color css

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

 a { background-color: rgb(80,245,187); }

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

border-color css

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

 span { border-color: rgb(80,245,187); }

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