Html Css Color HEX #50E2EF Turquoise Blue

📋 copy color: '#50E2EF'

red 80 ◦ green 226 ◦ blue 239

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

Shades of Turquoise Blue #50E2EF

Tints of Turquoise Blue #50E2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.47%

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 14.68%
G = 41.47%
B = 43.85%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#50E2EF (or 0x50E2EF) is known color: Turquoise Blue. HEX triplet: 50, E2 and EF. RGB value is (80,226,239). Sum of RGB (Red+Green+Blue) = 80+226+239=545 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.68% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #50E2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E2EF is #AF1D10. Grayscale: #B7B7B7. Windows color (decimal): -11476241 or 15721040. OLE color: 15721040.

HSL color Cylindrical-coordinate representation of color #50E2EF: hue angle of 184.91º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50E2EF is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 226 239 -
CMYK 0.67 0.05 0 0.06
HSL 184.91º 0.83% 0.63% -
HSV(B) 184.91º 0.67% 0.94% -
XYZ 46.08 62.33 91.26 -
YUV 183.83 159.13 53.94 -
System Red Green Blue C M Y K H S L
Decimal 80 226 239 0.67 0.05 0 0.06 184.91 0.83 0.63
Hex 50 E2 EF 43 5 0 6 B9 53 3F
Octal 120 342 357 103 5 0 6 271 123 77
Binary 1010000 11100010 11101111 1000011 101 0 110 10111001 1010011 111111

Color Harmonies of #50E2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E2EF

Black with #50E2EF

Text Example


Text Example

White with #50E2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,226,239); }

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

background-color css

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

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

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

border-color css

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

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

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