Html Css Color HEX #50EAE4 Turquoise

📋 copy color: '#50EAE4'

red 80 ◦ green 234 ◦ blue 228

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

Shades of Turquoise #50EAE4

Tints of Turquoise #50EAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.07%

R = 14.76%
G = 43.17%
B = 42.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#50EAE4 (or 0x50EAE4) is known color: Turquoise. HEX triplet: 50, EA and E4. RGB value is (80,234,228). Sum of RGB (Red+Green+Blue) = 80+234+228=542 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.76% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #50EAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EAE4 is #AF151B. Grayscale: #BBBBBB. Windows color (decimal): -11474204 or 15002192. OLE color: 15002192.

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

Color convert

RGB 80 234 228 -
CMYK 0.66 0 0.03 0.08
HSL 177.66º 0.79% 0.62% -
HSV(B) 177.66º 0.66% 0.92% -
XYZ 46.73 66.15 83.7 -
YUV 187.27 150.98 51.49 -
System Red Green Blue C M Y K H S L
Decimal 80 234 228 0.66 0 0.03 0.08 177.66 0.79 0.62
Hex 50 EA E4 42 0 3 8 B2 4F 3E
Octal 120 352 344 102 0 3 10 262 117 76
Binary 1010000 11101010 11100100 1000010 0 11 1000 10110010 1001111 111110

Color Harmonies of #50EAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EAE4

Black with #50EAE4

Text Example


Text Example

White with #50EAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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