Html Css Color HEX #50E9F9 Turquoise Blue

📋 copy color: '#50E9F9'

red 80 ◦ green 233 ◦ blue 249

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

Shades of Turquoise Blue #50E9F9

Tints of Turquoise Blue #50E9F9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.46%

 BLUE value IS 249 (97.66% from 255) = 44.31%

R = 14.23%
G = 41.46%
B = 44.31%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50E9F9 (or 0x50E9F9) is known color: Turquoise Blue. HEX triplet: 50, E9 and F9. RGB value is (80,233,249). Sum of RGB (Red+Green+Blue) = 80+233+249=562 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.23% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #50E9F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50E9F9 is #AF1606. Grayscale: #BCBCBC. Windows color (decimal): -11474439 or 16378192. OLE color: 16378192.

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

Color convert

RGB 80 233 249 -
CMYK 0.68 0.06 0 0.02
HSL 185.68º 0.93% 0.65% -
HSV(B) 185.68º 0.68% 0.98% -
XYZ 49.55 66.82 99.91 -
YUV 189.08 161.81 50.2 -
System Red Green Blue C M Y K H S L
Decimal 80 233 249 0.68 0.06 0 0.02 185.68 0.93 0.65
Hex 50 E9 F9 44 6 0 2 BA 5D 41
Octal 120 351 371 104 6 0 2 272 135 101
Binary 1010000 11101001 11111001 1000100 110 0 10 10111010 1011101 1000001

Color Harmonies of #50E9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E9F9

Black with #50E9F9

Text Example


Text Example

White with #50E9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,233,249); }

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

background-color css

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

 a { background-color: rgb(80,233,249); }

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

border-color css

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

 span { border-color: rgb(80,233,249); }

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