Html Css Color HEX #50E5D7 Turquoise

📋 copy color: '#50E5D7'

red 80 ◦ green 229 ◦ blue 215

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

Shades of Turquoise #50E5D7

Tints of Turquoise #50E5D7

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.7%

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 15.27%
G = 43.7%
B = 41.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#50E5D7 (or 0x50E5D7) is known color: Turquoise. HEX triplet: 50, E5 and D7. RGB value is (80,229,215). Sum of RGB (Red+Green+Blue) = 80+229+215=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E5D7 is #AF1A28. Grayscale: #B6B6B6. Windows color (decimal): -11475497 or 14148944. OLE color: 14148944.

HSL color Cylindrical-coordinate representation of color #50E5D7: hue angle of 174.36º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E5D7 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 229 215 -
CMYK 0.65 0 0.06 0.10
HSL 174.36º 0.74% 0.61% -
HSV(B) 174.36º 0.65% 0.9% -
XYZ 43.59 62.65 74.09 -
YUV 182.85 146.14 54.64 -
System Red Green Blue C M Y K H S L
Decimal 80 229 215 0.65 0 0.06 0.10 174.36 0.74 0.61
Hex 50 E5 D7 41 0 6 A AE 4A 3D
Octal 120 345 327 101 0 6 12 256 112 75
Binary 1010000 11100101 11010111 1000001 0 110 1010 10101110 1001010 111101

Color Harmonies of #50E5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E5D7

Black with #50E5D7

Text Example


Text Example

White with #50E5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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