Html Css Color HEX #50E4DE Turquoise

📋 copy color: '#50E4DE'

red 80 ◦ green 228 ◦ blue 222

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

Shades of Turquoise #50E4DE

Tints of Turquoise #50E4DE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.02%

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 15.09%
G = 43.02%
B = 41.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#50E4DE (or 0x50E4DE) is known color: Turquoise. HEX triplet: 50, E4 and DE. RGB value is (80,228,222). Sum of RGB (Red+Green+Blue) = 80+228+222=530 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.09% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #50E4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E4DE is #AF1B21. Grayscale: #B6B6B6. Windows color (decimal): -11475746 or 14607440. OLE color: 14607440.

HSL color Cylindrical-coordinate representation of color #50E4DE: hue angle of 177.57º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E4DE is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 228 222 -
CMYK 0.65 0 0.03 0.11
HSL 177.57º 0.73% 0.6% -
HSV(B) 177.57º 0.65% 0.89% -
XYZ 44.24 62.47 78.83 -
YUV 183.06 149.97 54.49 -
System Red Green Blue C M Y K H S L
Decimal 80 228 222 0.65 0 0.03 0.11 177.57 0.73 0.6
Hex 50 E4 DE 41 0 3 B B2 49 3C
Octal 120 344 336 101 0 3 13 262 111 74
Binary 1010000 11100100 11011110 1000001 0 11 1011 10110010 1001001 111100

Color Harmonies of #50E4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E4DE

Black with #50E4DE

Text Example


Text Example

White with #50E4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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