Html Css Color HEX #50EBEC Turquoise Blue

📋 copy color: '#50EBEC'

red 80 ◦ green 235 ◦ blue 236

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

Shades of Turquoise Blue #50EBEC

Tints of Turquoise Blue #50EBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.83%

R = 14.52%
G = 42.65%
B = 42.83%

CMYK

 C value IS 0.66

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50EBEC (or 0x50EBEC) is known color: Turquoise Blue. HEX triplet: 50, EB and EC. RGB value is (80,235,236). Sum of RGB (Red+Green+Blue) = 80+235+236=551 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.52% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #50EBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EBEC is #AF1413. Grayscale: #BCBCBC. Windows color (decimal): -11473940 or 15526736. OLE color: 15526736.

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

Color convert

RGB 80 235 236 -
CMYK 0.66 0.00 0 0.07
HSL 180.38º 0.8% 0.62% -
HSV(B) 180.38º 0.66% 0.93% -
XYZ 48.16 67.18 89.79 -
YUV 188.77 154.65 50.42 -
System Red Green Blue C M Y K H S L
Decimal 80 235 236 0.66 0.00 0 0.07 180.38 0.8 0.62
Hex 50 EB EC 42 0 0 7 B4 50 3E
Octal 120 353 354 102 0 0 7 264 120 76
Binary 1010000 11101011 11101100 1000010 0 0 111 10110100 1010000 111110

Color Harmonies of #50EBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EBEC

Black with #50EBEC

Text Example


Text Example

White with #50EBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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