Html Css Color HEX #50F4BC Turquoise

📋 copy color: '#50F4BC'

red 80 ◦ green 244 ◦ blue 188

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

Shades of Turquoise #50F4BC

Tints of Turquoise #50F4BC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.66%

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 15.63%
G = 47.66%
B = 36.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#50F4BC (or 0x50F4BC) is known color: Turquoise. HEX triplet: 50, F4 and BC. RGB value is (80,244,188). Sum of RGB (Red+Green+Blue) = 80+244+188=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #50F4BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F4BC is #AF0B43. Grayscale: #BCBCBC. Windows color (decimal): -11471684 or 12383312. OLE color: 12383312.

HSL color Cylindrical-coordinate representation of color #50F4BC: hue angle of 159.51º degrees, saturation: 0.88, 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 #50F4BC is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 244 188 -
CMYK 0.67 0 0.23 0.04
HSL 159.51º 0.88% 0.64% -
HSV(B) 159.51º 0.67% 0.96% -
XYZ 44.74 70.04 58.74 -
YUV 188.58 127.67 50.55 -
System Red Green Blue C M Y K H S L
Decimal 80 244 188 0.67 0 0.23 0.04 159.51 0.88 0.64
Hex 50 F4 BC 43 0 17 4 A0 58 40
Octal 120 364 274 103 0 27 4 240 130 100
Binary 1010000 11110100 10111100 1000011 0 10111 100 10100000 1011000 1000000

Color Harmonies of #50F4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F4BC

Black with #50F4BC

Text Example


Text Example

White with #50F4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,244,188); }

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

background-color css

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

 a { background-color: rgb(80,244,188); }

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

border-color css

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

 span { border-color: rgb(80,244,188); }

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