Html Css Color HEX #50EBED Turquoise Blue

📋 copy color: '#50EBED'

red 80 ◦ green 235 ◦ blue 237

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

Shades of Turquoise Blue #50EBED

Tints of Turquoise Blue #50EBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.57%

 BLUE value IS 237 (92.97% from 255) = 42.93%

R = 14.49%
G = 42.57%
B = 42.93%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50EBED (or 0x50EBED) is known color: Turquoise Blue. HEX triplet: 50, EB and ED. RGB value is (80,235,237). Sum of RGB (Red+Green+Blue) = 80+235+237=552 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.49% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #50EBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EBED is #AF1412. Grayscale: #BCBCBC. Windows color (decimal): -11473939 or 15592272. OLE color: 15592272.

HSL color Cylindrical-coordinate representation of color #50EBED: hue angle of 180.76º degrees, saturation: 0.81, 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 #50EBED is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 235 237 -
CMYK 0.66 0.01 0 0.07
HSL 180.76º 0.81% 0.62% -
HSV(B) 180.76º 0.66% 0.93% -
XYZ 48.3 67.24 90.55 -
YUV 188.88 155.15 50.34 -
System Red Green Blue C M Y K H S L
Decimal 80 235 237 0.66 0.01 0 0.07 180.76 0.81 0.62
Hex 50 EB ED 42 1 0 7 B5 51 3E
Octal 120 353 355 102 1 0 7 265 121 76
Binary 1010000 11101011 11101101 1000010 1 0 111 10110101 1010001 111110

Color Harmonies of #50EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EBED

Black with #50EBED

Text Example


Text Example

White with #50EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,235,237); }

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

background-color css

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

 a { background-color: rgb(80,235,237); }

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

border-color css

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

 span { border-color: rgb(80,235,237); }

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