Html Css Color HEX #50EAE3 Turquoise

📋 copy color: '#50EAE3'

red 80 ◦ green 234 ◦ blue 227

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

Shades of Turquoise #50EAE3

Tints of Turquoise #50EAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.96%

R = 14.79%
G = 43.25%
B = 41.96%

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

#50EAE3 (or 0x50EAE3) is known color: Turquoise. HEX triplet: 50, EA and E3. RGB value is (80,234,227). Sum of RGB (Red+Green+Blue) = 80+234+227=541 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.79% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 227 (89.06% from 255 or 41.96% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #50EAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EAE3 is #AF151C. Grayscale: #BBBBBB. Windows color (decimal): -11474205 or 14936656. OLE color: 14936656.

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

Color convert

RGB 80 234 227 -
CMYK 0.66 0 0.03 0.08
HSL 177.27º 0.79% 0.62% -
HSV(B) 177.27º 0.66% 0.92% -
XYZ 46.6 66.1 82.98 -
YUV 187.16 150.48 51.57 -
System Red Green Blue C M Y K H S L
Decimal 80 234 227 0.66 0 0.03 0.08 177.27 0.79 0.62
Hex 50 EA E3 42 0 3 8 B1 4F 3E
Octal 120 352 343 102 0 3 10 261 117 76
Binary 1010000 11101010 11100011 1000010 0 11 1000 10110001 1001111 111110

Color Harmonies of #50EAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EAE3

Black with #50EAE3

Text Example


Text Example

White with #50EAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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