Html Css Color HEX #50EAFB Turquoise Blue

📋 copy color: '#50EAFB'

red 80 ◦ green 234 ◦ blue 251

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

Shades of Turquoise Blue #50EAFB

Tints of Turquoise Blue #50EAFB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.42%

 BLUE value IS 251 (98.44% from 255) = 44.42%

R = 14.16%
G = 41.42%
B = 44.42%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50EAFB (or 0x50EAFB) is known color: Turquoise Blue. HEX triplet: 50, EA and FB. RGB value is (80,234,251). Sum of RGB (Red+Green+Blue) = 80+234+251=565 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.16% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #50EAFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EAFB is #AF1504. Grayscale: #BDBDBD. Windows color (decimal): -11474181 or 16509520. OLE color: 16509520.

HSL color Cylindrical-coordinate representation of color #50EAFB: hue angle of 185.96º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50EAFB is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 234 251 -
CMYK 0.68 0.07 0 0.02
HSL 185.96º 0.96% 0.65% -
HSV(B) 185.96º 0.68% 0.98% -
XYZ 50.14 67.52 101.66 -
YUV 189.89 162.48 49.62 -
System Red Green Blue C M Y K H S L
Decimal 80 234 251 0.68 0.07 0 0.02 185.96 0.96 0.65
Hex 50 EA FB 44 7 0 2 BA 60 41
Octal 120 352 373 104 7 0 2 272 140 101
Binary 1010000 11101010 11111011 1000100 111 0 10 10111010 1100000 1000001

Color Harmonies of #50EAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EAFB

Black with #50EAFB

Text Example


Text Example

White with #50EAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,234,251); }

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

background-color css

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

 a { background-color: rgb(80,234,251); }

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

border-color css

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

 span { border-color: rgb(80,234,251); }

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