Html Css Color HEX #50ECEA Turquoise

📋 copy color: '#50ECEA'

red 80 ◦ green 236 ◦ blue 234

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

Shades of Turquoise #50ECEA

Tints of Turquoise #50ECEA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.91%

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 14.55%
G = 42.91%
B = 42.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#50ECEA (or 0x50ECEA) is known color: Turquoise. HEX triplet: 50, EC and EA. RGB value is (80,236,234). Sum of RGB (Red+Green+Blue) = 80+236+234=550 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.55% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50ECEA is #AF1315. Grayscale: #BCBCBC. Windows color (decimal): -11473686 or 15395920. OLE color: 15395920.

HSL color Cylindrical-coordinate representation of color #50ECEA: hue angle of 179.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ECEA is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 236 234 -
CMYK 0.66 0 0.01 0.07
HSL 179.23º 0.8% 0.62% -
HSV(B) 179.23º 0.66% 0.93% -
XYZ 48.16 67.64 88.36 -
YUV 189.13 153.32 50.16 -
System Red Green Blue C M Y K H S L
Decimal 80 236 234 0.66 0 0.01 0.07 179.23 0.8 0.62
Hex 50 EC EA 42 0 1 7 B3 50 3E
Octal 120 354 352 102 0 1 7 263 120 76
Binary 1010000 11101100 11101010 1000010 0 1 111 10110011 1010000 111110

Color Harmonies of #50ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECEA

Black with #50ECEA

Text Example


Text Example

White with #50ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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