Html Css Color HEX #50E1EC Turquoise Blue

📋 copy color: '#50E1EC'

red 80 ◦ green 225 ◦ blue 236

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

Shades of Turquoise Blue #50E1EC

Tints of Turquoise Blue #50E1EC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.59%

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

R = 14.79%
G = 41.59%
B = 43.62%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50E1EC (or 0x50E1EC) is known color: Turquoise Blue. HEX triplet: 50, E1 and EC. RGB value is (80,225,236). Sum of RGB (Red+Green+Blue) = 80+225+236=541 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.79% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #50E1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E1EC is #AF1E13. Grayscale: #B6B6B6. Windows color (decimal): -11476500 or 15524176. OLE color: 15524176.

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

Color convert

RGB 80 225 236 -
CMYK 0.66 0.05 0 0.07
HSL 184.23º 0.8% 0.62% -
HSV(B) 184.23º 0.66% 0.93% -
XYZ 45.37 61.61 88.86 -
YUV 182.9 157.96 54.61 -
System Red Green Blue C M Y K H S L
Decimal 80 225 236 0.66 0.05 0 0.07 184.23 0.8 0.62
Hex 50 E1 EC 42 5 0 7 B8 50 3E
Octal 120 341 354 102 5 0 7 270 120 76
Binary 1010000 11100001 11101100 1000010 101 0 111 10111000 1010000 111110

Color Harmonies of #50E1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E1EC

Black with #50E1EC

Text Example


Text Example

White with #50E1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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