Html Css Color HEX #50ECEC Turquoise Blue

📋 copy color: '#50ECEC'

red 80 ◦ green 236 ◦ blue 236

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

Shades of Turquoise Blue #50ECEC

Tints of Turquoise Blue #50ECEC

RGB

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

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

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

R = 14.49%
G = 42.75%
B = 42.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50ECEC (or 0x50ECEC) is known color: Turquoise Blue. HEX triplet: 50, EC and EC. RGB value is (80,236,236). Sum of RGB (Red+Green+Blue) = 80+236+236=552 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.49% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #50ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50ECEC is #AF1313. Grayscale: #BDBDBD. Windows color (decimal): -11473684 or 15526992. OLE color: 15526992.

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

Color convert

RGB 80 236 236 -
CMYK 0.66 0 0 0.07
HSL 180º 0.8% 0.62% -
HSV(B) 180º 0.66% 0.93% -
XYZ 48.44 67.75 89.88 -
YUV 189.36 154.32 50 -
System Red Green Blue C M Y K H S L
Decimal 80 236 236 0.66 0 0 0.07 180 0.8 0.62
Hex 50 EC EC 42 0 0 7 B4 50 3E
Octal 120 354 354 102 0 0 7 264 120 76
Binary 1010000 11101100 11101100 1000010 0 0 111 10110100 1010000 111110

Color Harmonies of #50ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECEC

Black with #50ECEC

Text Example


Text Example

White with #50ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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