Html Css Color HEX #50E2F6 Turquoise Blue

📋 copy color: '#50E2F6'

red 80 ◦ green 226 ◦ blue 246

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

Shades of Turquoise Blue #50E2F6

Tints of Turquoise Blue #50E2F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.57%

R = 14.49%
G = 40.94%
B = 44.57%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#50E2F6 (or 0x50E2F6) is known color: Turquoise Blue. HEX triplet: 50, E2 and F6. RGB value is (80,226,246). Sum of RGB (Red+Green+Blue) = 80+226+246=552 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.49% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #50E2F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E2F6 is #AF1D09. Grayscale: #B8B8B8. Windows color (decimal): -11476234 or 16179792. OLE color: 16179792.

HSL color Cylindrical-coordinate representation of color #50E2F6: hue angle of 187.23º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50E2F6 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 226 246 -
CMYK 0.67 0.08 0 0.04
HSL 187.23º 0.9% 0.64% -
HSV(B) 187.23º 0.67% 0.96% -
XYZ 47.14 62.75 96.82 -
YUV 184.63 162.63 53.37 -
System Red Green Blue C M Y K H S L
Decimal 80 226 246 0.67 0.08 0 0.04 187.23 0.9 0.64
Hex 50 E2 F6 43 8 0 4 BB 5A 40
Octal 120 342 366 103 10 0 4 273 132 100
Binary 1010000 11100010 11110110 1000011 1000 0 100 10111011 1011010 1000000

Color Harmonies of #50E2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E2F6

Black with #50E2F6

Text Example


Text Example

White with #50E2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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