Html Css Color HEX #50EABF Turquoise

📋 copy color: '#50EABF'

red 80 ◦ green 234 ◦ blue 191

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

Shades of Turquoise #50EABF

Tints of Turquoise #50EABF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.34%

 BLUE value IS 191 (75% from 255) = 37.82%

R = 15.84%
G = 46.34%
B = 37.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#50EABF (or 0x50EABF) is known color: Turquoise. HEX triplet: 50, EA and BF. RGB value is (80,234,191). Sum of RGB (Red+Green+Blue) = 80+234+191=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #50EABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EABF is #AF1540. Grayscale: #B7B7B7. Windows color (decimal): -11474241 or 12577360. OLE color: 12577360.

HSL color Cylindrical-coordinate representation of color #50EABF: hue angle of 163.25º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EABF is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 191 -
CMYK 0.66 0 0.18 0.08
HSL 163.25º 0.79% 0.62% -
HSV(B) 163.25º 0.66% 0.92% -
XYZ 42.14 64.31 59.48 -
YUV 183.05 132.48 54.5 -
System Red Green Blue C M Y K H S L
Decimal 80 234 191 0.66 0 0.18 0.08 163.25 0.79 0.62
Hex 50 EA BF 42 0 12 8 A3 4F 3E
Octal 120 352 277 102 0 22 10 243 117 76
Binary 1010000 11101010 10111111 1000010 0 10010 1000 10100011 1001111 111110

Color Harmonies of #50EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EABF

Black with #50EABF

Text Example


Text Example

White with #50EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,234,191); }

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

background-color css

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

 a { background-color: rgb(80,234,191); }

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

border-color css

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

 span { border-color: rgb(80,234,191); }

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