Html Css Color HEX #50EAC8 Turquoise

📋 copy color: '#50EAC8'

red 80 ◦ green 234 ◦ blue 200

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

Shades of Turquoise #50EAC8

Tints of Turquoise #50EAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.91%

R = 15.56%
G = 45.53%
B = 38.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#50EAC8 (or 0x50EAC8) is known color: Turquoise. HEX triplet: 50, EA and C8. RGB value is (80,234,200). Sum of RGB (Red+Green+Blue) = 80+234+200=514 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.56% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #50EAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EAC8 is #AF1537. Grayscale: #B8B8B8. Windows color (decimal): -11474232 or 13167184. OLE color: 13167184.

HSL color Cylindrical-coordinate representation of color #50EAC8: hue angle of 166.75º 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 #50EAC8 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 200 -
CMYK 0.66 0 0.15 0.08
HSL 166.75º 0.79% 0.62% -
HSV(B) 166.75º 0.66% 0.92% -
XYZ 43.16 64.72 64.86 -
YUV 184.08 136.98 53.76 -
System Red Green Blue C M Y K H S L
Decimal 80 234 200 0.66 0 0.15 0.08 166.75 0.79 0.62
Hex 50 EA C8 42 0 F 8 A7 4F 3E
Octal 120 352 310 102 0 17 10 247 117 76
Binary 1010000 11101010 11001000 1000010 0 1111 1000 10100111 1001111 111110

Color Harmonies of #50EAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EAC8

Black with #50EAC8

Text Example


Text Example

White with #50EAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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