Html Css Color HEX #50E9EC Turquoise Blue

📋 copy color: '#50E9EC'

red 80 ◦ green 233 ◦ blue 236

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

Shades of Turquoise Blue #50E9EC

Tints of Turquoise Blue #50E9EC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.44%

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

R = 14.57%
G = 42.44%
B = 42.99%

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

#50E9EC (or 0x50E9EC) is known color: Turquoise Blue. HEX triplet: 50, E9 and EC. RGB value is (80,233,236). Sum of RGB (Red+Green+Blue) = 80+233+236=549 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.57% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #50E9EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50E9EC is #AF1613. Grayscale: #BBBBBB. Windows color (decimal): -11474452 or 15526224. OLE color: 15526224.

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

Color convert

RGB 80 233 236 -
CMYK 0.66 0.01 0 0.07
HSL 181.15º 0.8% 0.62% -
HSV(B) 181.15º 0.66% 0.93% -
XYZ 47.59 66.04 89.6 -
YUV 187.6 155.31 51.26 -
System Red Green Blue C M Y K H S L
Decimal 80 233 236 0.66 0.01 0 0.07 181.15 0.8 0.62
Hex 50 E9 EC 42 1 0 7 B5 50 3E
Octal 120 351 354 102 1 0 7 265 120 76
Binary 1010000 11101001 11101100 1000010 1 0 111 10110101 1010000 111110

Color Harmonies of #50E9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E9EC

Black with #50E9EC

Text Example


Text Example

White with #50E9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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