Html Css Color HEX #50EAD4 Turquoise

📋 copy color: '#50EAD4'

red 80 ◦ green 234 ◦ blue 212

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

Shades of Turquoise #50EAD4

Tints of Turquoise #50EAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.3%

R = 15.21%
G = 44.49%
B = 40.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#50EAD4 (or 0x50EAD4) is known color: Turquoise. HEX triplet: 50, EA and D4. RGB value is (80,234,212). Sum of RGB (Red+Green+Blue) = 80+234+212=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #50EAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EAD4 is #AF152B. Grayscale: #B9B9B9. Windows color (decimal): -11474220 or 13953616. OLE color: 13953616.

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

Color convert

RGB 80 234 212 -
CMYK 0.66 0 0.09 0.08
HSL 171.43º 0.79% 0.62% -
HSV(B) 171.43º 0.66% 0.92% -
XYZ 44.61 65.3 72.54 -
YUV 185.45 142.98 52.79 -
System Red Green Blue C M Y K H S L
Decimal 80 234 212 0.66 0 0.09 0.08 171.43 0.79 0.62
Hex 50 EA D4 42 0 9 8 AB 4F 3E
Octal 120 352 324 102 0 11 10 253 117 76
Binary 1010000 11101010 11010100 1000010 0 1001 1000 10101011 1001111 111110

Color Harmonies of #50EAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EAD4

Black with #50EAD4

Text Example


Text Example

White with #50EAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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