Html Css Color HEX #50E8FA Turquoise Blue

📋 copy color: '#50E8FA'

red 80 ◦ green 232 ◦ blue 250

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

Shades of Turquoise Blue #50E8FA

Tints of Turquoise Blue #50E8FA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.28%

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 14.23%
G = 41.28%
B = 44.48%

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

#50E8FA (or 0x50E8FA) is known color: Turquoise Blue. HEX triplet: 50, E8 and FA. RGB value is (80,232,250). Sum of RGB (Red+Green+Blue) = 80+232+250=562 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.23% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #50E8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50E8FA is #AF1705. Grayscale: #BCBCBC. Windows color (decimal): -11474694 or 16443472. OLE color: 16443472.

HSL color Cylindrical-coordinate representation of color #50E8FA: hue angle of 186.35º degrees, saturation: 0.94, 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 #50E8FA is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 232 250 -
CMYK 0.68 0.07 0 0.02
HSL 186.35º 0.94% 0.65% -
HSV(B) 186.35º 0.68% 0.98% -
XYZ 49.42 66.32 100.64 -
YUV 188.6 162.64 50.54 -
System Red Green Blue C M Y K H S L
Decimal 80 232 250 0.68 0.07 0 0.02 186.35 0.94 0.65
Hex 50 E8 FA 44 7 0 2 BA 5E 41
Octal 120 350 372 104 7 0 2 272 136 101
Binary 1010000 11101000 11111010 1000100 111 0 10 10111010 1011110 1000001

Color Harmonies of #50E8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E8FA

Black with #50E8FA

Text Example


Text Example

White with #50E8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,232,250); }

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

background-color css

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

 a { background-color: rgb(80,232,250); }

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

border-color css

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

 span { border-color: rgb(80,232,250); }

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