Html Css Color HEX #50DCEC Turquoise Blue

📋 copy color: '#50DCEC'

red 80 ◦ green 220 ◦ blue 236

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

Shades of Turquoise Blue #50DCEC

Tints of Turquoise Blue #50DCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.04%

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

R = 14.93%
G = 41.04%
B = 44.03%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50DCEC (or 0x50DCEC) is known color: Turquoise Blue. HEX triplet: 50, DC and EC. RGB value is (80,220,236). Sum of RGB (Red+Green+Blue) = 80+220+236=536 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.93% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #50DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DCEC is #AF2313. Grayscale: #B3B3B3. Windows color (decimal): -11477780 or 15522896. OLE color: 15522896.

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

Color convert

RGB 80 220 236 -
CMYK 0.66 0.07 0 0.07
HSL 186.15º 0.8% 0.62% -
HSV(B) 186.15º 0.66% 0.93% -
XYZ 44.04 58.95 88.41 -
YUV 179.96 159.62 56.7 -
System Red Green Blue C M Y K H S L
Decimal 80 220 236 0.66 0.07 0 0.07 186.15 0.8 0.62
Hex 50 DC EC 42 7 0 7 BA 50 3E
Octal 120 334 354 102 7 0 7 272 120 76
Binary 1010000 11011100 11101100 1000010 111 0 111 10111010 1010000 111110

Color Harmonies of #50DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCEC

Black with #50DCEC

Text Example


Text Example

White with #50DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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