Html Css Color HEX #50FDE5 Turquoise

📋 copy color: '#50FDE5'

red 80 ◦ green 253 ◦ blue 229

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

Shades of Turquoise #50FDE5

Tints of Turquoise #50FDE5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.02%

 BLUE value IS 229 (89.84% from 255) = 40.75%

R = 14.23%
G = 45.02%
B = 40.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#50FDE5 (or 0x50FDE5) is known color: Turquoise. HEX triplet: 50, FD and E5. RGB value is (80,253,229). Sum of RGB (Red+Green+Blue) = 80+253+229=562 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.23% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FDE5 is #AF021A. Grayscale: #C6C6C6. Windows color (decimal): -11469339 or 15072592. OLE color: 15072592.

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

Color convert

RGB 80 253 229 -
CMYK 0.68 0 0.09 0.01
HSL 171.68º 0.98% 0.65% -
HSV(B) 171.68º 0.68% 0.99% -
XYZ 52.58 77.61 86.34 -
YUV 198.54 145.19 43.45 -
System Red Green Blue C M Y K H S L
Decimal 80 253 229 0.68 0 0.09 0.01 171.68 0.98 0.65
Hex 50 FD E5 44 0 9 1 AC 62 41
Octal 120 375 345 104 0 11 1 254 142 101
Binary 1010000 11111101 11100101 1000100 0 1001 1 10101100 1100010 1000001

Color Harmonies of #50FDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDE5

Black with #50FDE5

Text Example


Text Example

White with #50FDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,253,229); }

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

background-color css

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

 a { background-color: rgb(80,253,229); }

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

border-color css

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

 span { border-color: rgb(80,253,229); }

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