Html Css Color HEX #50E0C7 Turquoise

📋 copy color: '#50E0C7'

red 80 ◦ green 224 ◦ blue 199

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

Shades of Turquoise #50E0C7

Tints of Turquoise #50E0C7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.53%

 BLUE value IS 199 (78.13% from 255) = 39.56%

R = 15.9%
G = 44.53%
B = 39.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#50E0C7 (or 0x50E0C7) is known color: Turquoise. HEX triplet: 50, E0 and C7. RGB value is (80,224,199). Sum of RGB (Red+Green+Blue) = 80+224+199=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #50E0C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E0C7 is #AF1F38. Grayscale: #B2B2B2. Windows color (decimal): -11476793 or 13099088. OLE color: 13099088.

HSL color Cylindrical-coordinate representation of color #50E0C7: hue angle of 169.58º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E0C7 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 224 199 -
CMYK 0.64 0 0.11 0.12
HSL 169.58º 0.7% 0.6% -
HSV(B) 169.58º 0.64% 0.88% -
XYZ 40.27 59.14 63.33 -
YUV 178.09 139.79 58.03 -
System Red Green Blue C M Y K H S L
Decimal 80 224 199 0.64 0 0.11 0.12 169.58 0.7 0.6
Hex 50 E0 C7 40 0 B C AA 46 3C
Octal 120 340 307 100 0 13 14 252 106 74
Binary 1010000 11100000 11000111 1000000 0 1011 1100 10101010 1000110 111100

Color Harmonies of #50E0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E0C7

Black with #50E0C7

Text Example


Text Example

White with #50E0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,224,199); }

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

background-color css

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

 a { background-color: rgb(80,224,199); }

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

border-color css

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

 span { border-color: rgb(80,224,199); }

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