Html Css Color HEX #50F1E4 Turquoise

📋 copy color: '#50F1E4'

red 80 ◦ green 241 ◦ blue 228

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

Shades of Turquoise #50F1E4

Tints of Turquoise #50F1E4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.9%

 BLUE value IS 228 (89.45% from 255) = 41.53%

R = 14.57%
G = 43.9%
B = 41.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#50F1E4 (or 0x50F1E4) is known color: Turquoise. HEX triplet: 50, F1 and E4. RGB value is (80,241,228). Sum of RGB (Red+Green+Blue) = 80+241+228=549 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.57% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F1E4 is #AF0E1B. Grayscale: #BFBFBF. Windows color (decimal): -11472412 or 15003984. OLE color: 15003984.

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

Color convert

RGB 80 241 228 -
CMYK 0.67 0 0.05 0.05
HSL 175.16º 0.85% 0.63% -
HSV(B) 175.16º 0.67% 0.95% -
XYZ 48.77 70.22 84.38 -
YUV 191.38 148.66 48.56 -
System Red Green Blue C M Y K H S L
Decimal 80 241 228 0.67 0 0.05 0.05 175.16 0.85 0.63
Hex 50 F1 E4 43 0 5 5 AF 55 3F
Octal 120 361 344 103 0 5 5 257 125 77
Binary 1010000 11110001 11100100 1000011 0 101 101 10101111 1010101 111111

Color Harmonies of #50F1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F1E4

Black with #50F1E4

Text Example


Text Example

White with #50F1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,241,228); }

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

background-color css

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

 a { background-color: rgb(80,241,228); }

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

border-color css

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

 span { border-color: rgb(80,241,228); }

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